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

mr

Package Overview
Dependencies
Maintainers
4
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 17.0.3 to 17.0.4

2

package.json
{
"name": "mr",
"version": "17.0.3",
"version": "17.0.4",
"description": "A refresh-only CommonJS module system for browsers, used in Montage",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -48,8 +48,6 @@ /*

// reassigning causes eval to not use lexical scope.
var globalEval = eval;
// Here we expose global for legacy mop support.
/*jshint evil:true */
global = globalEval('this');
/*jshint evil:false */
var globalEval = eval,
/*jshint evil:true */
global = globalEval('this');
/*jshint evil:false */

@@ -56,0 +54,0 @@ // Non-CommonJS speced extensions should be marked with an "// EXTENSION"

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