Comparing version 1.6.1 to 1.6.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196178
3530