@aikidosec/safe-chain 1.2.0 → 1.2.1

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Aikido Safe Chain](./docs/banner.svg)
1
+ ![Aikido Safe Chain](https://raw.githubusercontent.com/AikidoSec/safe-chain/main/docs/banner.svg)
2
2
 
3
3
  # Aikido Safe Chain
4
4
 
@@ -10,7 +10,7 @@
10
10
  - ✅ **Blocks packages newer than 24 hours** without breaking your build
11
11
  - ✅ **Tokenless, free, no build data shared**
12
12
 
13
- Aikido Safe Chain works on Node.js version 16 and above and supports the following package managers:
13
+ Aikido Safe Chain supports the following package managers:
14
14
 
15
15
  - 📦 **npm**
16
16
  - 📦 **npx**
@@ -29,7 +29,7 @@ Aikido Safe Chain works on Node.js version 16 and above and supports the followi
29
29
 
30
30
  Installing the Aikido Safe Chain is easy with our one-line installer.
31
31
 
32
- > ⚠️ **Already installed via npm?** See the [migration guide](docs/npm-to-binary-migration.md) to switch to the binary version.
32
+ > ⚠️ **Already installed via npm?** See the [migration guide](https://github.com/AikidoSec/safe-chain/blob/main/docs/npm-to-binary-migration.md) to switch to the binary version.
33
33
 
34
34
  ### Unix/Linux/macOS
35
35
 
@@ -111,7 +111,7 @@ The Aikido Safe Chain integrates with your shell to provide a seamless experienc
111
111
  - ✅ **PowerShell**
112
112
  - ✅ **PowerShell Core**
113
113
 
114
- More information about the shell integration can be found in the [shell integration documentation](docs/shell-integration.md).
114
+ More information about the shell integration can be found in the [shell integration documentation](https://github.com/AikidoSec/safe-chain/blob/main/docs/shell-integration.md).
115
115
 
116
116
  ## Uninstallation
117
117
 
@@ -182,8 +182,6 @@ You can set the minimum package age through multiple sources (in order of priori
182
182
 
183
183
  You can protect your CI/CD pipelines from malicious packages by integrating Aikido Safe Chain into your build process. This ensures that any packages installed during your automated builds are checked for malware before installation.
184
184
 
185
- For optimal protection in CI/CD environments, we recommend using **npm >= 10.4.0** as it provides full dependency tree scanning. Other package managers currently offer limited scanning of install command arguments only.
186
-
187
185
  ## Installation for CI/CD
188
186
 
189
187
  Use the `--ci` flag to automatically configure Aikido Safe Chain for CI/CD environments. This sets up executable shims in the PATH instead of shell aliases.
@@ -20,7 +20,7 @@ Depending on the version manager you're using, the uninstall process differs:
20
20
  npm uninstall -g @aikidosec/safe-chain
21
21
  ```
22
22
 
23
- 4. **Install the binary version** (see [Installation](../README.md#installation))
23
+ 4. **Install the binary version** (see [Installation](https://github.com/AikidoSec/safe-chain/blob/main/README.md#installation))
24
24
 
25
25
  ### nvm (Node Version Manager)
26
26
 
@@ -51,7 +51,7 @@ Depending on the version manager you're using, the uninstall process differs:
51
51
 
52
52
  Repeat for each Node version where safe-chain was installed.
53
53
 
54
- 4. **Install the binary version** (see [Installation](../README.md#installation))
54
+ 4. **Install the binary version** (see [Installation](https://github.com/AikidoSec/safe-chain/blob/main/README.md#installation))
55
55
 
56
56
  ### Volta
57
57
 
@@ -69,7 +69,7 @@ Depending on the version manager you're using, the uninstall process differs:
69
69
  volta uninstall @aikidosec/safe-chain
70
70
  ```
71
71
 
72
- 4. **Install the binary version** (see [Installation](../README.md#installation))
72
+ 4. **Install the binary version** (see [Installation](https://github.com/AikidoSec/safe-chain/blob/main/README.md#installation))
73
73
 
74
74
  ## Troubleshooting
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikidosec/safe-chain",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "scripts": {
5
5
  "test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'",
6
6
  "test:watch": "node --test --watch --experimental-test-module-mocks 'src/**/*.spec.js'",