Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

piscina

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piscina - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

12

dist/package.json
{
"name": "piscina",
"version": "1.6.1",
"version": "1.6.2",
"description": "A fast, efficient Node.js Worker Thread Pool implementation",

@@ -35,12 +35,12 @@ "main": "./dist/src/index.js",

"devDependencies": {
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"abort-controller": "^3.0.0",
"concat-stream": "^2.0.0",
"gen-esm-wrapper": "^1.0.0",
"gen-esm-wrapper": "^1.0.6",
"snazzy": "^8.0.0",
"standardx": "^5.0.0",
"tap": "^14.10.7",
"typescript": "^3.8.3"
"typescript": "^3.9.3"
},

@@ -47,0 +47,0 @@ "dependencies": {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.kFieldCount = exports.kResponseCountField = exports.kRequestCountField = exports.isTaskQueue = exports.markMovable = exports.isMovable = exports.isTransferable = exports.kQueueOptions = exports.kValue = exports.kTransferable = exports.commonState = void 0;
;

@@ -4,0 +5,0 @@ exports.commonState = {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;

@@ -8,0 +20,0 @@ };

{
"name": "piscina",
"version": "1.6.1",
"version": "1.6.2",
"description": "A fast, efficient Node.js Worker Thread Pool implementation",

@@ -35,12 +35,12 @@ "main": "./dist/src/index.js",

"devDependencies": {
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"abort-controller": "^3.0.0",
"concat-stream": "^2.0.0",
"gen-esm-wrapper": "^1.0.0",
"gen-esm-wrapper": "^1.0.6",
"snazzy": "^8.0.0",
"standardx": "^5.0.0",
"tap": "^14.10.7",
"typescript": "^3.8.3"
"typescript": "^3.9.3"
},

@@ -47,0 +47,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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