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

@atlaspack/core

Package Overview
Dependencies
Maintainers
0
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/core - npm Package Compare versions

Comparing version 2.13.2-canary.3636 to 2.13.2-canary.3637

9

lib/requests/BundleGraphRequest.js

@@ -351,6 +351,7 @@ "use strict";

} finally {
(0, _assert().default)(internalBundleGraph != null); // ensures the graph was created
await (0, _dumpGraphToGraphViz.default)(
// $FlowFixMe[incompatible-call]
internalBundleGraph._graph, 'after_bundle', _BundleGraph2.bundleGraphEdgeTypes);
if (internalBundleGraph != null) {
await (0, _dumpGraphToGraphViz.default)(
// $FlowFixMe[incompatible-call]
internalBundleGraph._graph, 'after_bundle', _BundleGraph2.bundleGraphEdgeTypes);
}
}

@@ -357,0 +358,0 @@ let changedRuntimes = new Map();

{
"name": "@atlaspack/core",
"version": "2.13.2-canary.3636+cd1b0d935",
"version": "2.13.2-canary.3637+1b1ef6e64",
"license": "(MIT OR Apache-2.0)",

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

"dependencies": {
"@atlaspack/build-cache": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/cache": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/diagnostic": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/events": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/feature-flags": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/fs": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/graph": "3.3.2-canary.3636+cd1b0d935",
"@atlaspack/logger": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/package-manager": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/plugin": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/profiler": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/rust": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/types": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/utils": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/workers": "2.13.2-canary.3636+cd1b0d935",
"@atlaspack/build-cache": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/cache": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/diagnostic": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/events": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/feature-flags": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/fs": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/graph": "3.3.2-canary.3637+1b1ef6e64",
"@atlaspack/logger": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/package-manager": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/plugin": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/profiler": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/rust": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/types": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/utils": "2.13.2-canary.3637+1b1ef6e64",
"@atlaspack/workers": "2.13.2-canary.3637+1b1ef6e64",
"@mischnic/json-sourcemap": "^0.1.0",

@@ -70,3 +70,3 @@ "@parcel/source-map": "^2.1.1",

},
"gitHead": "cd1b0d9353fa362a07582d045fb6f1eb0faee7ff"
"gitHead": "1b1ef6e64fdfcf1c1c744e90e8c6568b0fd0e072"
}

@@ -443,9 +443,10 @@ // @flow strict-local

} finally {
invariant(internalBundleGraph != null); // ensures the graph was created
await dumpGraphToGraphViz(
// $FlowFixMe[incompatible-call]
internalBundleGraph._graph,
'after_bundle',
bundleGraphEdgeTypes,
);
if (internalBundleGraph != null) {
await dumpGraphToGraphViz(
// $FlowFixMe[incompatible-call]
internalBundleGraph._graph,
'after_bundle',
bundleGraphEdgeTypes,
);
}
}

@@ -452,0 +453,0 @@

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