Socket
Socket
Sign inDemoInstall

nodesecurity-npm-utils

Package Overview
Dependencies
101
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

4

index.js

@@ -65,3 +65,3 @@ 'use strict';

if (results[moduleName]) {
results[moduleName].paths.push(path);
results[moduleName].paths.push(path.concat([moduleName]));
}

@@ -72,3 +72,3 @@ else {

version: module.version,
paths: [path]
paths: [path.concat([moduleName])]
};

@@ -75,0 +75,0 @@ }

{
"name": "nodesecurity-npm-utils",
"version": "4.0.0",
"version": "4.0.1",
"author": "^lift security",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc