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

async-array-buffer-worker

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-array-buffer-worker - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

19

package.json

@@ -18,4 +18,5 @@ {

"chai": "^4.1.2",
"eslint-config-holy-grail": "^20.0.0",
"greenkeeper-lockfile": "^1.8.1",
"eslint": "^4.6.1",
"eslint-config-holy-grail": "^22.0.0",
"greenkeeper-lockfile": "^1.9.0",
"grunt": "^1.0.1",

@@ -40,13 +41,13 @@ "grunt-cli": "^1.2.0",

"load-grunt-config": "^0.19.2",
"mocha": "^3.5.0",
"rollup": "^0.49.2",
"mocha": "^3.5.3",
"rollup": "^0.49.3",
"rollup-plugin-babel": "^3.0.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"ts-loader": "^2.3.4",
"tsconfig-holy-grail": "^2.4.0",
"ts-loader": "^2.3.7",
"tsconfig-holy-grail": "^2.4.2",
"tslint": "^5.7.0",
"tslint-config-holy-grail": "^11.0.1",
"tslint-config-holy-grail": "^13.0.0",
"typescript": "^2.5.2",
"webpack": "^3.5.5"
"webpack": "^3.5.6"
},

@@ -74,3 +75,3 @@ "files": [

"types": "build/es2015/module.d.ts",
"version": "2.1.3"
"version": "2.1.4"
}

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

import { allocate } from './helpers/allocate';
import { allocate } from './helpers/allocate';
import { IAllocateResponse, IBrokerEvent, IConnectResponse, IDisconnectResponse, IErrorNotification, IErrorResponse } from './interfaces';

@@ -36,3 +36,3 @@

} catch (err) {
receiver.postMessage(<IErrorNotification | IErrorResponse> {
receiver.postMessage(<IErrorNotification | IErrorResponse> {
error: {

@@ -39,0 +39,0 @@ message: err.message

import { IAllocateRequest, IConnectRequest, IDeallocateNotification, IDisconnectRequest } from '../interfaces';
export type TBrokerMessage = IAllocateRequest | IConnectRequest | IDeallocateNotification | IDisconnectRequest;
export type TBrokerMessage = IAllocateRequest | IConnectRequest | IDeallocateNotification | IDisconnectRequest;
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