@gkiely/safe-install 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,17 +25,13 @@ behind a reviewed allowlist in `package.json`.
25
25
  ignore-scripts=true
26
26
  ```
27
27
 
28
- Optionally enable:
28
+ Optionally enable (requires 11.14.0+):
29
29
 
30
30
  ```txt
31
- allow-git=root # npm 11.10.0+
32
- allow-remote=root # npm 11.14.0+
31
+ allow-git=root
32
+ allow-remote=root
33
33
  ```
34
34
 
35
- `allow-git=root` and `allow-remote=root` let your project use direct Git or
36
- remote tarball dependencies when you intentionally declare them, while blocking
37
- transitive packages from pulling in those sources.
38
-
39
35
  2. Add script to `package.json`:
40
36
 
41
37
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gkiely/safe-install",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Run npm installs with lifecycle scripts disabled, then rebuild explicitly trusted dependencies.",
5
5
  "author": "Grant Kiely <grant@youneedawiki.com>",
6
6
  "license": "MIT",