@parcel/graph
Advanced tools
Comparing version 2.2.1-nightly.2605 to 2.2.1
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.EdgeTypeMap = exports.NodeTypeMap = exports.SharedTypeMap = exports.default = void 0; | ||
exports.default = exports.SharedTypeMap = exports.NodeTypeMap = exports.EdgeTypeMap = void 0; | ||
@@ -9,0 +9,0 @@ function _assert() { |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports.default = exports.ALL_EDGE_TYPES = void 0; | ||
exports.mapVisitor = mapVisitor; | ||
exports.default = exports.ALL_EDGE_TYPES = void 0; | ||
@@ -10,0 +10,0 @@ var _types = require("./types"); |
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "toNodeId", { | ||
Object.defineProperty(exports, "ALL_EDGE_TYPES", { | ||
enumerable: true, | ||
get: function () { | ||
return _types.toNodeId; | ||
return _Graph.ALL_EDGE_TYPES; | ||
} | ||
}); | ||
Object.defineProperty(exports, "fromNodeId", { | ||
Object.defineProperty(exports, "ContentGraph", { | ||
enumerable: true, | ||
get: function () { | ||
return _types.fromNodeId; | ||
return _ContentGraph.default; | ||
} | ||
@@ -25,6 +25,6 @@ }); | ||
}); | ||
Object.defineProperty(exports, "ALL_EDGE_TYPES", { | ||
Object.defineProperty(exports, "fromNodeId", { | ||
enumerable: true, | ||
get: function () { | ||
return _Graph.ALL_EDGE_TYPES; | ||
return _types.fromNodeId; | ||
} | ||
@@ -38,6 +38,6 @@ }); | ||
}); | ||
Object.defineProperty(exports, "ContentGraph", { | ||
Object.defineProperty(exports, "toNodeId", { | ||
enumerable: true, | ||
get: function () { | ||
return _ContentGraph.default; | ||
return _types.toNodeId; | ||
} | ||
@@ -54,4 +54,4 @@ }); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; } | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports.fromNodeId = fromNodeId; | ||
exports.toNodeId = toNodeId; | ||
exports.fromNodeId = fromNodeId; | ||
@@ -10,0 +10,0 @@ // forcing NodeId to be opaque as it should only be created once |
{ | ||
"name": "@parcel/graph", | ||
"version": "2.2.1-nightly.2605+4745cd30", | ||
"version": "2.2.1", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -23,6 +23,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@parcel/utils": "2.0.0-nightly.982+4745cd30", | ||
"@parcel/utils": "^2.2.1", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "4745cd3023f8d5a5adcf9e565d5b82d1418dc262" | ||
"gitHead": "74fcc3fbe80cea993bff10e158df3d0f701973c7" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
128347
3612
1
0
+ Added@lezer/common@1.2.3(transitive)
+ Added@lezer/lr@1.4.2(transitive)
+ Added@mischnic/json-sourcemap@0.1.1(transitive)
+ Added@parcel/codeframe@2.13.3(transitive)
+ Added@parcel/diagnostic@2.13.3(transitive)
+ Added@parcel/events@2.13.3(transitive)
+ Added@parcel/logger@2.13.3(transitive)
+ Added@parcel/markdown-ansi@2.13.3(transitive)
+ Added@parcel/rust@2.13.3(transitive)
+ Added@parcel/source-map@2.1.1(transitive)
+ Added@parcel/utils@2.13.3(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddetect-libc@1.0.3(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedsupports-color@7.2.0(transitive)
Updated@parcel/utils@^2.2.1