commander-rxjs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
8326
6
86
1
42
0
3
11
+ Addedcamel-case@^3.0.0
+ Addedcamel-case@3.0.0(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedlower-case@1.1.4(transitive)
+ Addedno-case@2.3.2(transitive)
+ Addedrxjs@5.5.12(transitive)
+ Addedsymbol-observable@1.0.1(transitive)
+ Addedupper-case@1.1.3(transitive)