Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@authereum/ascii

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authereum/ascii - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.0.1-beta.2

LICENSE

15

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc