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

@parcel/core

Package Overview
Dependencies
Maintainers
1
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/core - npm Package Compare versions

Comparing version 2.0.0-nightly.350 to 2.0.0-nightly.352

1

lib/Transformation.js

@@ -331,2 +331,3 @@ "use strict";

filePath: a.value.filePath,
pipeline: a.value.pipeline,
hash: a.value.hash,

@@ -333,0 +334,0 @@ uniqueKey: a.value.uniqueKey

24

package.json
{
"name": "@parcel/core",
"version": "2.0.0-nightly.350+11e5a321",
"version": "2.0.0-nightly.352+1bb04983",
"license": "MIT",

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

"dependencies": {
"@parcel/cache": "2.0.0-nightly.352+11e5a321",
"@parcel/diagnostic": "2.0.0-nightly.352+11e5a321",
"@parcel/events": "2.0.0-nightly.352+11e5a321",
"@parcel/fs": "2.0.0-nightly.352+11e5a321",
"@parcel/logger": "2.0.0-nightly.352+11e5a321",
"@parcel/package-manager": "2.0.0-nightly.352+11e5a321",
"@parcel/plugin": "2.0.0-nightly.352+11e5a321",
"@parcel/cache": "2.0.0-nightly.354+1bb04983",
"@parcel/diagnostic": "2.0.0-nightly.354+1bb04983",
"@parcel/events": "2.0.0-nightly.354+1bb04983",
"@parcel/fs": "2.0.0-nightly.354+1bb04983",
"@parcel/logger": "2.0.0-nightly.354+1bb04983",
"@parcel/package-manager": "2.0.0-nightly.354+1bb04983",
"@parcel/plugin": "2.0.0-nightly.354+1bb04983",
"@parcel/source-map": "2.0.0-alpha.4.13",
"@parcel/types": "2.0.0-nightly.352+11e5a321",
"@parcel/utils": "2.0.0-nightly.352+11e5a321",
"@parcel/workers": "2.0.0-nightly.352+11e5a321",
"@parcel/types": "2.0.0-nightly.354+1bb04983",
"@parcel/utils": "2.0.0-nightly.354+1bb04983",
"@parcel/workers": "2.0.0-nightly.354+1bb04983",
"abortcontroller-polyfill": "^1.1.9",

@@ -51,3 +51,3 @@ "base-x": "^3.0.8",

},
"gitHead": "11e5a321b7fd48aecca83db8adb5dcf1b1a5aa75"
"gitHead": "1bb0498339087cea54b1044d56279813293f00a2"
}

@@ -384,2 +384,3 @@ // @flow strict-local

filePath: a.value.filePath,
pipeline: a.value.pipeline,
hash: a.value.hash,

@@ -386,0 +387,0 @@ uniqueKey: a.value.uniqueKey,

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