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

npm-update

Package Overview
Dependencies
Maintainers
2
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 1.0.6 to 1.0.7

15

lib/npm-update.js

@@ -1,14 +0,1 @@

/* ================================================================
* npm-update by xdf(xudafeng[at]126.com)
*
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
'use strict';

@@ -23,3 +10,3 @@

var protocol = options.protocol || 'http';
var host = options.host || 'registry.npmjs.org';
var host = options.host || 'registry.cnpmjs.org';

@@ -26,0 +13,0 @@ var opt = {

@@ -1,14 +0,1 @@

/* ================================================================
* npm-update by xdf(xudafeng[at]126.com)
*
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
'use strict';

@@ -15,0 +2,0 @@

2

package.json
{
"name": "npm-update",
"version": "1.0.6",
"version": "1.0.7",
"description": "npm update",

@@ -5,0 +5,0 @@ "keywords": [

@@ -24,3 +24,3 @@ # npm-update

``` bash
```bash
$ npm i npm-update --save

@@ -31,3 +31,3 @@ ```

``` javascript
```javascript
var update = require('npm-update');

@@ -46,3 +46,1 @@ var pkg = require('../package');

The MIT License (MIT)
Copyright (c) 2015 xdf

@@ -1,14 +0,1 @@

/* ================================================================
* npm-update by xdf(xudafeng[at]126.com)
*
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST)
*
* ================================================================
* Copyright 2013 xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
'use strict';

@@ -15,0 +2,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