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

@atlaspack/workers

Package Overview
Dependencies
Maintainers
0
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/workers - npm Package Compare versions

Comparing version 2.12.1-dev.3567 to 2.13.1-canary.3630

CHANGELOG.md

23

package.json
{
"name": "@atlaspack/workers",
"version": "2.12.1-dev.3567+c06f4487e",
"version": "2.13.1-canary.3630+10a6f37ef",
"description": "Blazing fast, zero configuration web application bundler",

@@ -19,9 +19,16 @@ "license": "(MIT OR Apache-2.0)",

},
"exports": {
".": {
"types": "./index.d.ts",
"@atlaspack::sources": "./src/index.js",
"default": "./lib/index.js"
}
},
"dependencies": {
"@atlaspack/build-cache": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/diagnostic": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/logger": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/profiler": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/types-internal": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/utils": "2.12.1-dev.3567+c06f4487e",
"@atlaspack/build-cache": "2.13.1-canary.3630+10a6f37ef",
"@atlaspack/diagnostic": "2.13.1-canary.3630+10a6f37ef",
"@atlaspack/logger": "2.13.1-canary.3630+10a6f37ef",
"@atlaspack/profiler": "2.13.1-canary.3630+10a6f37ef",
"@atlaspack/types-internal": "2.13.1-canary.3630+10a6f37ef",
"@atlaspack/utils": "2.13.1-canary.3630+10a6f37ef",
"nullthrows": "^1.1.1"

@@ -33,3 +40,3 @@ },

},
"gitHead": "c06f4487ebddc632957147c8b585a97e149062a1"
"gitHead": "10a6f37ef063d0227ebb26310383e899dbd9b1e6"
}

@@ -0,1 +1,2 @@

// @flow
import assert from 'assert';

@@ -2,0 +3,0 @@ import os from 'os';

@@ -1,2 +0,3 @@

const WorkerFarm = require('../../../src/WorkerFarm').default;
// eslint-disable-next-line @atlaspack/no-self-package-imports
const WorkerFarm = require('@atlaspack/workers').default;

@@ -3,0 +4,0 @@ function run() {

@@ -1,2 +0,3 @@

const WorkerFarm = require('../../../src/WorkerFarm').default;
// eslint-disable-next-line @atlaspack/no-self-package-imports
const WorkerFarm = require('@atlaspack/workers').default;

@@ -3,0 +4,0 @@ function run(api) {

@@ -1,2 +0,3 @@

const WorkerFarm = require('../../../src/WorkerFarm').default;
// eslint-disable-next-line @atlaspack/no-self-package-imports
const WorkerFarm = require('@atlaspack/workers').default;

@@ -3,0 +4,0 @@ function run(api, a, b) {

@@ -1,2 +0,3 @@

const WorkerFarm = require('../../../src/WorkerFarm').default;
// eslint-disable-next-line @atlaspack/no-self-package-imports
const WorkerFarm = require('@atlaspack/workers').default;
const Logger = require('@atlaspack/logger').default;

@@ -3,0 +4,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