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

mr

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mr - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

6

common.js

@@ -359,6 +359,6 @@ /*

// Main synchronously executing "require()" function
var require = function(id) {
function require(id) {
var topId = Identifier.resolve(id, viaId);
return getExports(topId, viaId);
};
}

@@ -385,2 +385,3 @@ // Asynchronous "require.async()" which ensures async executation

require.load = function (id) {
id = Identifier.resolve(id, viaId);
return load(id, viaId);

@@ -390,2 +391,3 @@ };

require.deepLoad = function (id) {
id = Identifier.resolve(id, viaId);
return deepLoad(id, viaId, {});

@@ -392,0 +394,0 @@ };

{
"name": "mr",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {

@@ -5,0 +5,0 @@ "tag": "future"

Sorry, the diff of this file is too big to display

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