New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 1.0.5

2

lib/npm-update.js

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

callback(null, data);
} catch(e) {
} catch (e) {
callback(e.stack);

@@ -39,0 +39,0 @@ }

@@ -17,2 +17,3 @@ /* ================================================================

var request = require('co-request');
var logger = require('./logger');

@@ -19,0 +20,0 @@

{
"name": "npm-update",
"version": "1.0.4",
"description": "npm-update",
"version": "1.0.5",
"description": "npm update",
"keywords": [
"npm-update"
"npm",
"update"
],
"bin": {
"npm-update": "./bin/npm-update"
},
"main": "index.js",

@@ -12,0 +10,0 @@ "repository": {

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