Socket
Socket
Sign inDemoInstall

npm-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-api - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

73

package.json
{
"name": "npm-api",
"description": "Base class for retrieving data from the npm registry.",
"version": "0.4.6",
"version": "0.4.7",
"homepage": "https://github.com/doowb/npm-api",

@@ -14,3 +14,3 @@ "author": "Brian Woodward (https://github.com/doowb)",

"index.js",
"lib/"
"lib"
],

@@ -25,17 +25,40 @@ "main": "index.js",

"dependencies": {
"JSONStream": "^1.1.1",
"base": "^0.8.1",
"base-option": "^0.7.0",
"base-plugins": "^0.4.6",
"JSONStream": "^1.2.1",
"base": "^0.11.1",
"base-option": "^0.8.4",
"base-plugins": "^0.4.13",
"clone-deep": "^0.2.4",
"co": "^4.6.0",
"data-store": "^0.15.5",
"download-stats": "^0.2.2",
"get-value": "^2.0.3",
"lazy-cache": "^1.0.3",
"merge-deep": "^2.0.2",
"moment": "^2.12.0",
"request": "^2.69.0",
"set-value": "^0.3.3"
"data-store": "^0.16.1",
"download-stats": "^0.3.0",
"get-value": "^2.0.6",
"lazy-cache": "^2.0.1",
"merge-deep": "^3.0.0",
"moment": "^2.15.1",
"request": "^2.75.0",
"set-value": "^0.4.0"
},
"devDependencies": {
"co-limiter": "^1.0.3",
"firebase": "^2.4.1",
"gulp-format-md": "^0.1.7",
"minimist": "^1.2.0",
"mocha": "^3.1.0",
"thunkify": "^2.1.2",
"write-json": "^0.2.2"
},
"keywords": [
"api",
"base",
"downloads",
"maintainer",
"maintainers",
"npm",
"npm-api",
"package",
"repo",
"repos",
"repositories",
"repository"
],
"verb": {

@@ -53,4 +76,4 @@ "run": true,

"list": [
"download-stats",
"base"
"base",
"download-stats"
]

@@ -64,21 +87,3 @@ },

}
},
"keywords": [
"api",
"base",
"downloads",
"maintainer",
"maintainers",
"npm",
"npm-api",
"package",
"repo",
"repos",
"repositories",
"repository"
],
"devDependencies": {
"firebase": "^2.4.1",
"gulp-format-md": "^0.1.7"
}
}

@@ -1,4 +0,4 @@

# npm-api [![NPM version](https://img.shields.io/npm/v/npm-api.svg)](https://www.npmjs.com/package/npm-api) [![Build Status](https://img.shields.io/travis/doowb/npm-api.svg)](https://travis-ci.org/doowb/npm-api)
# npm-api [![NPM version](https://img.shields.io/npm/v/npm-api.svg?style=flat)](https://www.npmjs.com/package/npm-api) [![NPM downloads](https://img.shields.io/npm/dm/npm-api.svg?style=flat)](https://npmjs.org/package/npm-api) [![Build Status](https://img.shields.io/travis/doowb/npm-api.svg?style=flat)](https://travis-ci.org/doowb/npm-api)
> Base class for retrieving data from the npm registry.
Base class for retrieving data from the npm registry.

@@ -10,3 +10,3 @@ ## Install

```sh
$ npm install npm-api --save
$ npm install --save npm-api
```

@@ -339,26 +339,24 @@

## Related projects
## About
* [base](https://www.npmjs.com/package/base): base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://www.npmjs.com/package/base) | [homepage](https://github.com/node-base/base)
* [download-stats](https://www.npmjs.com/package/download-stats): Get and calculate npm download stats for npm modules. | [homepage](https://github.com/doowb/download-stats)
### Related projects
## Contributing
* [base](https://www.npmjs.com/package/base): base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://github.com/node-base/base) | [homepage](https://github.com/node-base/base "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.")
* [download-stats](https://www.npmjs.com/package/download-stats): Get and calculate npm download stats for npm modules. | [homepage](https://github.com/doowb/download-stats "Get and calculate npm download stats for npm modules.")
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/npm-api/issues/new).
### Contributing
## Building docs
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
Generate readme and API documentation with [verb](https://github.com/verbose/verb):
### Building docs
```sh
$ npm install verb && npm run docs
```
_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
Or, if [verb](https://github.com/verbose/verb) is installed globally:
To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
```sh
$ verb
$ npm install -g verb verb-generate-readme && verb
```
## Running tests
### Running tests

@@ -371,3 +369,3 @@ Install dev dependencies:

## Author
### Author

@@ -379,5 +377,5 @@ **Brian Woodward**

## License
### License
Copyright © 2016 [Brian Woodward](https://github.com/doowb)
Copyright © 2016, [Brian Woodward](https://github.com/doowb).
Released under the [MIT license](https://github.com/doowb/npm-api/blob/master/LICENSE).

@@ -387,2 +385,2 @@

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on March 29, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on September 28, 2016._
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