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
886
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.1637 to 2.0.0-canary.1638

lib/parcel-v3/index.js

25

lib/index.js

@@ -6,2 +6,15 @@ "use strict";

});
var _exportNames = {
registerSerializableClass: true,
unregisterSerializableClass: true,
prepareForSerialization: true,
restoreDeserializedObject: true,
serialize: true,
deserialize: true,
Parcel: true,
BuildError: true,
createWorkerFarm: true,
INTERNAL_RESOLVE: true,
INTERNAL_TRANSFORM: true
};
Object.defineProperty(exports, "BuildError", {

@@ -81,3 +94,15 @@ enumerable: true,

var _Parcel = _interopRequireWildcard(require("./Parcel"));
var _parcelV = require("./parcel-v3");
Object.keys(_parcelV).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _parcelV[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _parcelV[key];
}
});
});
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }

34

package.json
{
"name": "@parcel/core",
"version": "2.0.0-canary.1637+78bf4a9c6",
"version": "2.0.0-canary.1638+1fef06a36",
"license": "MIT",

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

"@mischnic/json-sourcemap": "^0.1.0",
"@parcel/cache": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/diagnostic": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/events": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/feature-flags": "2.12.1-canary.3262+78bf4a9c6",
"@parcel/fs": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/graph": "3.2.1-canary.3262+78bf4a9c6",
"@parcel/logger": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/package-manager": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/plugin": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/profiler": "2.12.1-canary.3262+78bf4a9c6",
"@parcel/rust": "2.12.1-canary.3262+78bf4a9c6",
"@parcel/cache": "2.0.0-canary.1640+1fef06a36",
"@parcel/diagnostic": "2.0.0-canary.1640+1fef06a36",
"@parcel/events": "2.0.0-canary.1640+1fef06a36",
"@parcel/feature-flags": "2.12.1-canary.3263+1fef06a36",
"@parcel/fs": "2.0.0-canary.1640+1fef06a36",
"@parcel/graph": "3.2.1-canary.3263+1fef06a36",
"@parcel/logger": "2.0.0-canary.1640+1fef06a36",
"@parcel/package-manager": "2.0.0-canary.1640+1fef06a36",
"@parcel/plugin": "2.0.0-canary.1640+1fef06a36",
"@parcel/profiler": "2.12.1-canary.3263+1fef06a36",
"@parcel/rust": "2.12.1-canary.3263+1fef06a36",
"@parcel/source-map": "^2.1.1",
"@parcel/types": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/utils": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/workers": "2.0.0-canary.1639+78bf4a9c6",
"@parcel/types": "2.0.0-canary.1640+1fef06a36",
"@parcel/utils": "2.0.0-canary.1640+1fef06a36",
"@parcel/workers": "2.0.0-canary.1640+1fef06a36",
"base-x": "^3.0.8",

@@ -55,2 +55,4 @@ "browserslist": "^4.6.6",

"devDependencies": {
"@parcel/babel-register": "2.12.0",
"@types/node": ">= 18",
"graphviz": "^0.0.9",

@@ -62,3 +64,3 @@ "tempy": "^0.2.1"

},
"gitHead": "78bf4a9c68d19aa5ca021f08f59a5d65a9b2c0ff"
"gitHead": "1fef06a3640afbd01f2d4b06327201ebc745e5da"
}

@@ -21,1 +21,3 @@ // @flow

} from './Parcel';
export * from './parcel-v3';
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