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

npm-update

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-update - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

lib/logger.js

2

lib/npm-update.js

@@ -18,3 +18,3 @@ /* ================================================================

module.exports = function(options) {
module.exports = function *(options) {
var pkg = options.pkg;

@@ -21,0 +21,0 @@ var callback = options.callback;

{
"name": "npm-update",
"version": "0.2.0",
"version": "1.0.0",
"description": "npm-update",

@@ -5,0 +5,0 @@ "keywords": ["npm-update"],

@@ -26,9 +26,16 @@ npm-update

```bash
$ npm i npm-update -g
$ npm i npm-update -g --save
```
## Quick Start
## Usage
```bash
$ npm-update
```js
var update = require('npm-update');
var pkg = require('../package');
update({
pgk: pkg,
callback: function(data, error) {
}
});
```

@@ -35,0 +42,0 @@

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