Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/runtime-js

Package Overview
Dependencies
Maintainers
1
Versions
892
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/runtime-js - npm Package Compare versions

Comparing version 2.0.0-nightly.335 to 2.0.0-nightly.339

2

lib/JSRuntime.js

@@ -234,3 +234,3 @@ "use strict";

if (bundle.env.outputFormat === 'global') {
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetById(bundleGroup.entryAssetId).publicId}')${// In global output with scope hoisting, functions return exports are
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetPublicId(bundleGraph.getAssetById(bundleGroup.entryAssetId))}')${// In global output with scope hoisting, functions return exports are
// always returned. Otherwise, the exports are returned.

@@ -237,0 +237,0 @@ bundle.env.scopeHoist ? '()' : ''})`;

{
"name": "@parcel/runtime-js",
"version": "2.0.0-nightly.335+2928e0e7",
"version": "2.0.0-nightly.339+afc2c9ef",
"license": "MIT",

@@ -23,7 +23,7 @@ "publishConfig": {

"dependencies": {
"@parcel/plugin": "2.0.0-nightly.335+2928e0e7",
"@parcel/utils": "2.0.0-nightly.335+2928e0e7",
"@parcel/plugin": "2.0.0-nightly.339+afc2c9ef",
"@parcel/utils": "2.0.0-nightly.339+afc2c9ef",
"nullthrows": "^1.1.1"
},
"gitHead": "2928e0e7e748eb58806a0cc661558ae1b2dd4ee2"
"gitHead": "afc2c9efc2cfcd016bc743291706099eaab004e4"
}

@@ -270,5 +270,5 @@ // @flow strict-local

if (bundle.env.outputFormat === 'global') {
loaders += `.then(() => parcelRequire('${
bundleGraph.getAssetById(bundleGroup.entryAssetId).publicId
}')${
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetPublicId(
bundleGraph.getAssetById(bundleGroup.entryAssetId),
)}')${
// In global output with scope hoisting, functions return exports are

@@ -275,0 +275,0 @@ // always returned. Otherwise, the exports are returned.

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