New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airbitz-cli

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbitz-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/index.cjs.js

5

changelog.md
# airbitz-cli
## 0.3.2
* Export the CLI commands as a library
* Add a `username-hash` command
## 0.3.1

@@ -4,0 +9,0 @@

33

package.json
{
"name": "airbitz-cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "Airbitz CLI tool",

@@ -13,6 +13,20 @@ "url": "https://airbitz.co",

"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git@github.com:Airbitz/airbitz-cli.git"
},
"bin": "bin/airbitz-cli",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"files": [
"bin/*",
"changelog.md",
"lib/*",
"LICENSE",
"package.json",
"readme.md"
],
"dependencies": {
"airbitz-core-js": "^0.3.0",
"airbitz-io-node-js": "^0.1.0",
"airbitz-core-js": "^0.3.1",
"airbitz-io-node-js": "^0.2.0",
"chalk": "^1.1.3",

@@ -33,15 +47,4 @@ "node-getopt": "^0.2.3",

},
"files": [
"bin/*",
"changelog.md",
"LICENSE",
"package.json",
"readme.md"
],
"repository": {
"type": "git",
"url": "git@github.com:Airbitz/airbitz-cli.git"
},
"scripts": {
"build": "rollup -c",
"build": "rollup -c && rollup -c rollup.config.node.js",
"lint": "eslint '*.js' 'src/**/*.js'",

@@ -48,0 +51,0 @@ "precommit": "npm run lint",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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