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
301
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.12.1-canary.3387 to 2.12.1-canary.3388

5

lib/requests/AssetGraphRequestRust.js

@@ -132,8 +132,7 @@ "use strict";

} else if (node.type === 'asset') {
let id = node.value.id;
let asset = node.value.asset;
let asset = node.value;
let id = asset.id;
asset.meta.id = id;
asset = {
...asset,
id,
env: {

@@ -140,0 +139,0 @@ ...asset.env,

32

package.json
{
"name": "@atlaspack/core",
"version": "2.12.1-canary.3387+0a600cb70",
"version": "2.12.1-canary.3388+3921c6496",
"license": "MIT",

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

"dependencies": {
"@atlaspack/cache": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/diagnostic": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/events": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/feature-flags": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/fs": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/graph": "3.2.1-canary.3387+0a600cb70",
"@atlaspack/logger": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/package-manager": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/plugin": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/profiler": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/rust": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/types": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/utils": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/workers": "2.12.1-canary.3387+0a600cb70",
"@atlaspack/cache": "2.12.1-canary.3388+3921c6496",
"@atlaspack/diagnostic": "2.12.1-canary.3388+3921c6496",
"@atlaspack/events": "2.12.1-canary.3388+3921c6496",
"@atlaspack/feature-flags": "2.12.1-canary.3388+3921c6496",
"@atlaspack/fs": "2.12.1-canary.3388+3921c6496",
"@atlaspack/graph": "3.2.1-canary.3388+3921c6496",
"@atlaspack/logger": "2.12.1-canary.3388+3921c6496",
"@atlaspack/package-manager": "2.12.1-canary.3388+3921c6496",
"@atlaspack/plugin": "2.12.1-canary.3388+3921c6496",
"@atlaspack/profiler": "2.12.1-canary.3388+3921c6496",
"@atlaspack/rust": "2.12.1-canary.3388+3921c6496",
"@atlaspack/types": "2.12.1-canary.3388+3921c6496",
"@atlaspack/utils": "2.12.1-canary.3388+3921c6496",
"@atlaspack/workers": "2.12.1-canary.3388+3921c6496",
"@mischnic/json-sourcemap": "^0.1.0",

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

},
"gitHead": "0a600cb7070becc8626f8a1dc5ef4861174da6b3"
"gitHead": "3921c6496d1dabbf5a629a1bbc0ef191bab112fe"
}

@@ -127,2 +127,3 @@ // @flow strict-local

let entry = 0;
for (let node of serializedGraph.nodes) {

@@ -146,4 +147,5 @@ if (node.type === 'root') {

} else if (node.type === 'asset') {
let id = node.value.id;
let asset = node.value.asset;
let asset = node.value;
let id = asset.id;
asset.meta.id = id;

@@ -153,3 +155,2 @@

...asset,
id,
env: {

@@ -156,0 +157,0 @@ ...asset.env,

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