@armit/common
Advanced tools
+37
| # @armit/common | ||
| ## 0.0.6 | ||
| ### Patch Changes | ||
| - [`802c0c4`](https://github.com/armitjs/armit/commit/802c0c424241f83e3ac28d2096319fd57bc6f3d7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix changeset publish does not replace workspace: ranges with current version in workspace | ||
| ## 0.0.5 | ||
| ### Patch Changes | ||
| - [`da985a8`](https://github.com/armitjs/armit/commit/da985a82b1f69c0520df10111dfb38470c0f025f) Thanks [@tianyingchun](https://github.com/tianyingchun)! - try to @changesets/cli@2.22.0-temp.0 to try yarn publish | ||
| ## 0.0.4 | ||
| ### Patch Changes | ||
| - [`60a91bf`](https://github.com/armitjs/armit/commit/60a91bf0226878872933c0112f83addf79480a02) Thanks [@tianyingchun](https://github.com/tianyingchun)! - update readme docs | ||
| ## 0.0.3 | ||
| ### Patch Changes | ||
| - [`7657fc3`](https://github.com/armitjs/armit/commit/7657fc32c590b7c07b125b3f340f27a7e75c104f) Thanks [@tianyingchun](https://github.com/tianyingchun)! - prepare new release | ||
| ## 0.0.2 | ||
| ### Patch Changes | ||
| - release 0.0.1 | ||
| ## 0.0.2-next.0 | ||
| ### Patch Changes | ||
| - release 0.0.1 |
+8
-3
| { | ||
| "name": "@armit/common", | ||
| "version": "0.0.4", | ||
| "version": "0.0.6", | ||
| "homepage": "https://github.com/armitjs/armit", | ||
@@ -28,2 +28,3 @@ "repository": { | ||
| "README.md", | ||
| "CHANGELOG.md", | ||
| "package.json" | ||
@@ -33,2 +34,4 @@ ], | ||
| "build": "tsup", | ||
| "?build-release": "When https://github.com/atlassian/changesets/issues/432 has a solution we can remove this trick", | ||
| "build-release": "yarn build && rimraf ./_release && yarn pack && mkdir ./_release && tar zxvf ./package.tgz --directory ./_release && rm ./package.tgz", | ||
| "dev": "tsup --watch", | ||
@@ -58,3 +61,3 @@ "clean": "rimraf --no-glob ./dist ./coverage ./tsconfig.tsbuildinfo", | ||
| "devDependencies": { | ||
| "@armit/eslint-config-bases": "workspace:^", | ||
| "@armit/eslint-config-bases": "^0.0.5", | ||
| "@types/adm-zip": "0.5.0", | ||
@@ -68,2 +71,3 @@ "@types/micromatch": "4.0.2", | ||
| "prettier": "2.7.1", | ||
| "rimraf": "3.0.2", | ||
| "ts-node": "10.9.1", | ||
@@ -78,4 +82,5 @@ "tsup": "6.3.0", | ||
| "publishConfig": { | ||
| "directory": "_release/package", | ||
| "access": "public" | ||
| } | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
119372
1.18%8
14.29%14
7.69%13
8.33%