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

@atlaspack/graph

Package Overview
Dependencies
Maintainers
0
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/graph - npm Package Compare versions

Comparing version 3.2.1-dev.3566 to 3.2.1-dev.3567

4

lib/Graph.js

@@ -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);

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