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.6.0 to 0.6.1

6

lib/moduleContext.js

@@ -56,8 +56,4 @@ 'use strict';

finally {
if (!isolate) {
return;
}
// If we are in isolated mode, clear what we loaded from the require's cache
_.each(_.difference(_.keys(require.cache), cacheKeys), function(key) {
_.each(isolate ? _.difference(_.keys(require.cache), cacheKeys) : [], function(key) {
delete require.cache[key];

@@ -64,0 +60,0 @@ }, this);

2

package.json
{
"name": "r42",
"version": "0.6.0",
"version": "0.6.1",
"description": "Dependency injection done right.",

@@ -5,0 +5,0 @@ "author": {

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