component-set
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "component-set", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "add dependencies to component.json", | ||
"bin": { | ||
"component-set": "bin/component-set" | ||
"component-set": "bin/component-set", | ||
"component-update": "bin/component-update" | ||
}, | ||
@@ -21,6 +22,7 @@ "keywords": [ | ||
"laissez-faire": "~0.12.4", | ||
"github-latest": "http://github.com/jkroso/github-latest/tarball/fe495ff", | ||
"commander": "~1.1.1" | ||
"commander": "~1.1.1", | ||
"foreach": "http://github.com/jkroso/forEach/tarball/0.6.0", | ||
"github-latest": "http://github.com/jkroso/github-latest/tarball/fe495ff" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -10,23 +10,18 @@ | ||
$ npm install component-set --save | ||
$ npm install component-set -g | ||
then in your app: | ||
## API | ||
```js | ||
var component-set = require('component-set') | ||
``` | ||
Usage: component-set [options] <pkg> | ||
## API | ||
Options: | ||
- [component-set()](#component-set) | ||
-h, --help output usage information | ||
-d, --development add as a development dependency | ||
### component-set() | ||
Examples: | ||
## Running the tests | ||
```bash | ||
$ npm install | ||
$ make test | ||
# explicit | ||
$ component set jkroso/emitter | ||
``` | ||
_Note: these commands don't work on windows._ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
6696
9
156
4
27
2
2