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.11.2 to 0.12.0

scripts/perf.js

2

assets/modulr.sync.js

@@ -56,3 +56,3 @@ // modulr.sync.js (c) 2010 Tobie Langel

var r = makeRequire(id, main || mod);
fn(r, mod.exports, mod);
fn.call(exports, r, mod.exports, mod);
if (__PERF__) {

@@ -59,0 +59,0 @@ _p.right = _pos++;

@@ -48,3 +48,3 @@ // modulr.sync.js (c) 2010 Tobie Langel

if (!require.main) { require.main = mod; }
fn(require, mod.exports, mod);
fn.call(exports, require, mod.exports, mod);
if (__PERF__) {

@@ -51,0 +51,0 @@ _p.right = _pos++;

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

"main": "./main",
"version": "0.11.2",
"version": "0.12.0",
"dependencies": {

@@ -8,0 +8,0 @@ "module-grapher": ">=0.10.4",

Sorry, the diff of this file is not supported yet

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