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.1 to 0.6.2

9

lib/moduleMapper.js

@@ -24,5 +24,5 @@ 'use strict';

from: new RegExp('^' + escapeRegexp(from) + '(/|$)'),
to: to
to: this.splitName(to),
};
});
}, this);

@@ -40,3 +40,6 @@ this.$isolate = _.map(_.map(config.isolate || [], this.resolve, this), 'name');

res.name = res.name.replace(path.from, path.to + match[1]);
res.name = res.name.replace(path.from, path.to.name + match[1]);
if (path.to.plugin) {
res.plugin = res.plugin || path.to.plugin;
}
});

@@ -43,0 +46,0 @@

{
"name": "r42",
"version": "0.6.1",
"version": "0.6.2",
"description": "Dependency injection done right.",

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

@@ -412,2 +412,10 @@ ## r42

#### 0.6.2
* fix regression preventing plugin to be used in r42's `paths` configuration property
#### 0.6.1
* fix breaking bug in 0.6.0
#### 0.6.0

@@ -414,0 +422,0 @@

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