Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-deps - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

index.js

@@ -66,3 +66,3 @@ var fs = require('fs');

rows.forEach(function (row) {
if (row.source === undefined || files[row.filename]) return;
if (files[row.filename]) return;
var r = files[row.filename] = {

@@ -69,0 +69,0 @@ id: row.filename,

{
"name": "module-deps",
"version": "0.2.5",
"version": "0.2.6",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",

@@ -5,0 +5,0 @@ "main": "index.js",

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