-
Notifications
You must be signed in to change notification settings - Fork 87
chore: minor security improvements #1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
212d9b5
a16211f
6f63cc3
0cf6b2c
5b20c62
714d3b8
583f005
df7f413
0c065fa
9957e19
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Default registry for package-name lookups. Scope-specific entries in an inherited user or global | ||
| # .npmrc still take precedence, so the lockfile pins stay the real integrity control. | ||
| registry=https://registry.npmjs.org/ | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 0c065fa |
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,2 +1,5 @@ | ||||||||
| packages: | ||||||||
| - "packages/*" | ||||||||
|
|
||||||||
| # No dependency may run install or build scripts. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I'd suggest adding a delay for the dependencies to sync with the delay for dependabot.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, i deliberately decided not to add this one in current changes. |
||||||||
| onlyBuiltDependencies: [] | ||||||||
Uh oh!
There was an error while loading. Please reload this page.