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

space-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

space-cli - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

src/helpers.js

34

package.json
{
"name": "space-cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "CLI for space information",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"lint": "eslint index.js lib/*",
"test": "mocha ./test/**/*.test.js"
"lint": "eslint src/*",
"test": "jest --no-cache"
},

@@ -24,22 +24,20 @@ "keywords": [

"bin": {
"space": "./index.js"
"space": "./src/index.js"
},
"dependencies": {
"axios": "^0.15.3",
"chalk": "^1.1.3",
"moment": "^2.18.1",
"moment-timezone": "^0.5.11",
"yargs": "^7.0.2"
"axios": "^0.18.0",
"chalk": "^2.4.1",
"moment": "^2.22.1",
"moment-timezone": "^0.5.16",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"mocha": "^3.2.0",
"moxios": "^0.3.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
"eslint-plugin-standard": "^3.1.0",
"jest": "^22.4.4"
}
}
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