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
2
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.12.1-canary.3360 to 2.12.1-canary.3361

2

lib/loadAtlaspackPlugin.js

@@ -41,3 +41,3 @@ "use strict";

const NODE_MODULES = `${_path().default.sep}node_modules${_path().default.sep}`;
const CONFIG = Symbol.for('atlaspack-plugin-config');
const CONFIG = Symbol.for('parcel-plugin-config');
async function loadPlugin(pluginName, configPath, keyPath, options) {

@@ -44,0 +44,0 @@ let resolveFrom = configPath;

{
"name": "@atlaspack/core",
"version": "2.12.1-canary.3360+05aa222b9",
"version": "2.12.1-canary.3361+149024a84",
"license": "MIT",

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

"dependencies": {
"@atlaspack/cache": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/diagnostic": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/events": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/feature-flags": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/fs": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/graph": "3.2.1-canary.3360+05aa222b9",
"@atlaspack/logger": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/package-manager": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/plugin": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/profiler": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/rust": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/types": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/utils": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/workers": "2.12.1-canary.3360+05aa222b9",
"@atlaspack/cache": "2.12.1-canary.3361+149024a84",
"@atlaspack/diagnostic": "2.12.1-canary.3361+149024a84",
"@atlaspack/events": "2.12.1-canary.3361+149024a84",
"@atlaspack/feature-flags": "2.12.1-canary.3361+149024a84",
"@atlaspack/fs": "2.12.1-canary.3361+149024a84",
"@atlaspack/graph": "3.2.1-canary.3361+149024a84",
"@atlaspack/logger": "2.12.1-canary.3361+149024a84",
"@atlaspack/package-manager": "2.12.1-canary.3361+149024a84",
"@atlaspack/plugin": "2.12.1-canary.3361+149024a84",
"@atlaspack/profiler": "2.12.1-canary.3361+149024a84",
"@atlaspack/rust": "2.12.1-canary.3361+149024a84",
"@atlaspack/types": "2.12.1-canary.3361+149024a84",
"@atlaspack/utils": "2.12.1-canary.3361+149024a84",
"@atlaspack/workers": "2.12.1-canary.3361+149024a84",
"@mischnic/json-sourcemap": "^0.1.0",

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

},
"gitHead": "05aa222b9f334fb41ae454009efde36feab894d1"
"gitHead": "149024a84eff1e0e1996a99fed0c35b67035ffc0"
}

@@ -27,3 +27,3 @@ // @flow

const NODE_MODULES = `${path.sep}node_modules${path.sep}`;
const CONFIG = Symbol.for('atlaspack-plugin-config');
const CONFIG = Symbol.for('parcel-plugin-config');

@@ -30,0 +30,0 @@ export default async function loadPlugin<T>(

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