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

worker-factory

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-factory - npm Package Compare versions

Comparing version 2.4.20 to 2.5.0

2

build/es2015/interfaces/request.d.ts
import { TTransferable, TValue } from '../types';
import { IValueMap } from './value-map';
export interface IRequest {
params: IValueMap | TValue[];
params?: IValueMap | TValue[];
response: {

@@ -6,0 +6,0 @@ result: TValue;

@@ -22,3 +22,3 @@ {

"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-loader": "^7.1.5",
"babel-plugin-external-helpers": "^6.22.0",

@@ -31,3 +31,3 @@ "babel-plugin-transform-runtime": "^6.23.0",

"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.0.1",
"eslint": "^5.1.0",
"eslint-config-holy-grail": "^28.0.0",

@@ -51,3 +51,3 @@ "greenkeeper-lockfile": "^1.15.1",

"karma-sauce-launcher": "^1.2.0",
"karma-sinon-chai": "^1.3.4",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^3.0.0",

@@ -57,7 +57,7 @@ "load-grunt-config": "^0.19.2",

"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.6",
"sinon": "^6.0.1",
"rollup-plugin-babel": "^3.0.7",
"sinon": "^6.1.3",
"sinon-chai": "^3.2.0",
"ts-loader": "^4.4.2",
"tsconfig-holy-grail": "^5.0.4",
"tsconfig-holy-grail": "^5.0.5",
"tslint": "^5.10.0",

@@ -67,3 +67,3 @@ "tslint-config-holy-grail": "^32.0.1",

"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.14.0"
"webpack": "^4.15.1"
},

@@ -92,3 +92,3 @@ "files": [

"types": "build/es2015/module.d.ts",
"version": "2.4.20"
"version": "2.5.0"
}

@@ -6,3 +6,3 @@ import { TTransferable, TValue } from '../types';

params: IValueMap | TValue[];
params?: IValueMap | TValue[];

@@ -9,0 +9,0 @@ response: {

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