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

modulr

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modulr - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib/sorted-collector.js

4

lib/builder.js

@@ -80,3 +80,5 @@ var fs = require('fs'),

function createCollector(config) {
return require('./collector').create(config);
// Use a sorted collector as a temporary fix until
// a real dev env is implemented.
return require('./sorted-collector').create(config);
}

@@ -83,0 +85,0 @@

@@ -5,3 +5,3 @@ {

"main": "./main",
"version": "0.6.0",
"version": "0.6.1",
"dependencies": {

@@ -8,0 +8,0 @@ "module-grapher": "0.7.x",

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