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

autonomy

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autonomy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.0.1 / 2015-11-15
==================
* Added `.npmignore`
1.0.0 / 2014-09-30

@@ -2,0 +6,0 @@ ==================

7

package.json

@@ -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.
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