@atlaspack/graph
Advanced tools
Comparing version 3.2.1-dev.3566 to 3.2.1-dev.3567
@@ -88,7 +88,7 @@ "use strict"; | ||
} | ||
forEachNodeIdConnectedTo(to, fn, type = ALL_EDGE_TYPES) { | ||
forEachNodeIdConnectedTo(to, fn, type = 1) { | ||
this._assertHasNodeId(to); | ||
this.adjacencyList.forEachNodeIdConnectedTo(to, fn, type); | ||
} | ||
forEachNodeIdConnectedFrom(from, fn, type = ALL_EDGE_TYPES) { | ||
forEachNodeIdConnectedFrom(from, fn, type = 1) { | ||
this._assertHasNodeId(from); | ||
@@ -95,0 +95,0 @@ this.adjacencyList.forEachNodeIdConnectedFromReverse(from, id => { |
{ | ||
"name": "@atlaspack/graph", | ||
"version": "3.2.1-dev.3566+facdfb05f", | ||
"version": "3.2.1-dev.3567+c06f4487e", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -19,6 +19,6 @@ "license": "(MIT OR Apache-2.0)", | ||
"dependencies": { | ||
"@atlaspack/feature-flags": "2.12.1-dev.3566+facdfb05f", | ||
"@atlaspack/feature-flags": "2.12.1-dev.3567+c06f4487e", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "facdfb05f693e50037a82a4afa101adf093fd8c9" | ||
"gitHead": "c06f4487ebddc632957147c8b585a97e149062a1" | ||
} |
@@ -169,3 +169,3 @@ // @flow strict-local | ||
fn: (nodeId: NodeId) => boolean | void, | ||
type: AllEdgeTypes | TEdgeType | NullEdgeType = ALL_EDGE_TYPES, | ||
type: AllEdgeTypes | TEdgeType | NullEdgeType = 1, | ||
) { | ||
@@ -180,3 +180,3 @@ this._assertHasNodeId(to); | ||
fn: (nodeId: NodeId) => void, | ||
type: AllEdgeTypes | TEdgeType | NullEdgeType = ALL_EDGE_TYPES, | ||
type: AllEdgeTypes | TEdgeType | NullEdgeType = 1, | ||
) { | ||
@@ -183,0 +183,0 @@ this._assertHasNodeId(from); |
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
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
200760