Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
1.0.1 / 2015-11-15 | ||
================== | ||
* Added `.npmignore` | ||
1.0.0 / 2014-09-30 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -5,4 +5,3 @@ { | ||
"description": "Lightweight functional utility library complementing ES5", | ||
"version": "1.0.0", | ||
"stability": "stable", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -25,4 +24,3 @@ "type": "git", | ||
"test": "nodeunit --reporter=verbose test/*.js", | ||
"coverage": "jscoverage autonomy.js && AUTONOMY_COV=1 nodeunit --reporter=lcov test", | ||
"coveralls": "npm run coverage | coveralls" | ||
"coverage": "jscoverage autonomy.js && AUTONOMY_COV=1 nodeunit --reporter=lcov test" | ||
}, | ||
@@ -33,3 +31,2 @@ "dependencies": {}, | ||
"jscoverage": "~0.5.4", | ||
"coveralls": "~2.11.1", | ||
"operators": "latest" | ||
@@ -36,0 +33,0 @@ }, |
@@ -6,3 +6,2 @@ # Autonomy | ||
[![coverage status](http://img.shields.io/coveralls/clux/autonomy.svg)](https://coveralls.io/r/clux/autonomy) | ||
[![stable](http://img.shields.io/badge/stability-stable-74C614.svg)](http://nodejs.org/api/documentation.html#documentation_stability_index) | ||
@@ -63,16 +62,3 @@ Autonomy is a lightweight functional helper library. It is meant to complement an ES5 style with curried helpers, math helpers, curried accessors and higher order looping constructs. | ||
## Running tests | ||
Install development dependencies | ||
```bash | ||
$ npm install | ||
``` | ||
Run the tests | ||
```bash | ||
$ npm test | ||
``` | ||
## License | ||
MIT-Licensed. See LICENSE file for details. |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
3
0
19933
6
230
63