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.19 to 0.0.20

2

lib/moduleContext.js

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

if (this.$modules[name].loading) {
if (!isDependentOf(this.$modules, callee, name)) {//this.$modules[callee].dependent.indexOf(name) < 0) {
if (!isDependentOf(this.$modules, name, callee)) {
this.$modules[name].callbacks.push(callback);

@@ -84,0 +84,0 @@ return;

{
"name": "r42",
"version": "0.0.19",
"version": "0.0.20",
"description": "Dependency injection done right.",

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

@@ -60,3 +60,3 @@ ## r42

// BEFORE being used in the object
shMod: 'sh/module', // refers to 'shortcut/module'
shMod: 'sh/module', // refers to 'sh/module'
sh: 'shortcut',

@@ -63,0 +63,0 @@ shMod2: 'sh/module2', // refers to 'shortcut/module2'

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