@authereum/ascii
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
{ | ||
"name": "@authereum/ascii", | ||
"version": "0.0.1-beta.1", | ||
"version": "0.0.1-beta.2", | ||
"main": "index.js", | ||
@@ -8,9 +8,16 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"chalk": "^2.4.2" | ||
"chalk": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"publish-module": "npm publish --tag beta --access public" | ||
"test": "echo \"Error: no test specified\"", | ||
"bump": "lerna-sync-version", | ||
"bump-release": "npm run bump && npm run release", | ||
"publish-module": "npm publish --tag beta --access public", | ||
"dist-tag": "npm dist-tag add \"@authereum/ascii@$(jq -r .version <package.json)\" latest", | ||
"release": "npm test && npm run publish-module && npm run dist-tag" | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"lerna-sync-version": "0.0.3" | ||
}, | ||
"externals": {} | ||
} |
@@ -37,1 +37,5 @@ # @authereum/ascii | ||
``` | ||
## License | ||
[MIT](LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5521
6
41
1
3
1
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^4.0.0