Socket
Socket
Sign inDemoInstall

metro-runtime

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-runtime - npm Package Compare versions

Comparing version 0.63.0 to 0.64.0

2

package.json
{
"name": "metro-runtime",
"version": "0.63.0",
"version": "0.64.0",
"description": "🚇 Module required for evaluating Metro bundles.",

@@ -5,0 +5,0 @@ "main": "src",

@@ -23,2 +23,3 @@ /**

}
return obj;

@@ -54,3 +55,5 @@ }

if (len == null || len > arr.length) len = arr.length;
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
return arr2;

@@ -66,2 +69,3 @@ }

var _e = undefined;
try {

@@ -74,2 +78,3 @@ for (

_arr.push(_s.value);
if (i && _arr.length === i) break;

@@ -87,2 +92,3 @@ }

}
return _arr;

@@ -101,6 +107,5 @@ }

code = _ref$module[1],
sourceURL = _ref.sourceURL;
sourceURL = _ref.sourceURL; // Some engines do not support `sourceURL` as a comment. We expose a
// `globalEvalWithSourceUrl` function to handle updates in that case.
// Some engines do not support `sourceURL` as a comment. We expose a
// `globalEvalWithSourceUrl` function to handle updates in that case.
if (global.globalEvalWithSourceUrl) {

@@ -107,0 +112,0 @@ global.globalEvalWithSourceUrl(code, sourceURL);

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