New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

r42

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r42 - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

7

lib/moduleContext.js

@@ -57,4 +57,7 @@ 'use strict';

if (this.$modules[name].loading) {
this.$modules[name].callbacks.push(callback);
return;
if (this.$modules[callee].dependent.indexOf(name) < 0) {
this.$modules[name].callbacks.push(callback);
return;
}
return callback(null, this.$modules[name].content);
}

@@ -61,0 +64,0 @@ return callback(null, this.$modules[name].content);

{
"name": "r42",
"version": "0.0.15",
"version": "0.0.16",
"description": "Dependency injection done right.",

@@ -5,0 +5,0 @@ "author": "Quentin Raynaud <npm@qraynaud.eu>",

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