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

commander-rxjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commander-rxjs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

32

package.json
{
"name": "commander-rxjs",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple adapter to easily use RxJS with commander.",
"main": "dist/index.js",
"main": "index.js",
"repository": "https://github.com/nickbreaton/commander-rxjs.git",
"author": "nickbreaton",
"license": "MIT"
"license": "MIT",
"dependencies": {
"camel-case": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-jest": "^17.0.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"commander": "^2.9.0",
"jest-cli": "^17.0.3",
"rimraf": "^2.5.4",
"rxjs": "^5.0.0-rc.4"
},
"peerDependencies": {
"commander": "2.x",
"rxjs": "~5.0.0 || ^5.0.0-rc.1"
},
"scripts": {
"build": "babel src -d dist --ignore spec.js",
"prebuild": "rimraf dist",
"prepublish": "npm run build",
"test": "jest"
}
}
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