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

@parcel/core

Package Overview
Dependencies
Maintainers
1
Versions
902
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-canary.1679 to 2.0.0-canary.1681

lib/parcel-v3/ParcelV3.js

4

lib/parcel-v3/index.js

@@ -9,5 +9,5 @@ "use strict";

get: function () {
return _Parcel.ParcelV3;
return _ParcelV.ParcelV3;
}
});
var _Parcel = require("./Parcel");
var _ParcelV = require("./ParcelV3");
{
"name": "@parcel/core",
"version": "2.0.0-canary.1679+03afd6c9f",
"version": "2.0.0-canary.1681+3668e97e9",
"license": "MIT",

@@ -28,17 +28,17 @@ "publishConfig": {

"@mischnic/json-sourcemap": "^0.1.0",
"@parcel/cache": "2.0.0-canary.1681+03afd6c9f",
"@parcel/diagnostic": "2.0.0-canary.1681+03afd6c9f",
"@parcel/events": "2.0.0-canary.1681+03afd6c9f",
"@parcel/feature-flags": "2.12.1-canary.3304+03afd6c9f",
"@parcel/fs": "2.0.0-canary.1681+03afd6c9f",
"@parcel/graph": "3.2.1-canary.3304+03afd6c9f",
"@parcel/logger": "2.0.0-canary.1681+03afd6c9f",
"@parcel/package-manager": "2.0.0-canary.1681+03afd6c9f",
"@parcel/plugin": "2.0.0-canary.1681+03afd6c9f",
"@parcel/profiler": "2.12.1-canary.3304+03afd6c9f",
"@parcel/rust": "2.12.1-canary.3304+03afd6c9f",
"@parcel/cache": "2.0.0-canary.1683+3668e97e9",
"@parcel/diagnostic": "2.0.0-canary.1683+3668e97e9",
"@parcel/events": "2.0.0-canary.1683+3668e97e9",
"@parcel/feature-flags": "2.12.1-canary.3306+3668e97e9",
"@parcel/fs": "2.0.0-canary.1683+3668e97e9",
"@parcel/graph": "3.2.1-canary.3306+3668e97e9",
"@parcel/logger": "2.0.0-canary.1683+3668e97e9",
"@parcel/package-manager": "2.0.0-canary.1683+3668e97e9",
"@parcel/plugin": "2.0.0-canary.1683+3668e97e9",
"@parcel/profiler": "2.12.1-canary.3306+3668e97e9",
"@parcel/rust": "2.12.1-canary.3306+3668e97e9",
"@parcel/source-map": "^2.1.1",
"@parcel/types": "2.0.0-canary.1681+03afd6c9f",
"@parcel/utils": "2.0.0-canary.1681+03afd6c9f",
"@parcel/workers": "2.0.0-canary.1681+03afd6c9f",
"@parcel/types": "2.0.0-canary.1683+3668e97e9",
"@parcel/utils": "2.0.0-canary.1683+3668e97e9",
"@parcel/workers": "2.0.0-canary.1683+3668e97e9",
"base-x": "^3.0.8",

@@ -63,3 +63,3 @@ "browserslist": "^4.6.6",

},
"gitHead": "03afd6c9f7026d1071821a7689e54f4ebc5ccc57"
"gitHead": "3668e97e921d5a241659087207ae02c2e8f84d44"
}
// @flow
export {ParcelV3} from './Parcel';
export type * from './Parcel';
export {ParcelV3} from './ParcelV3';
export type * from './ParcelV3';
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