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

async-array-buffer-broker

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.59 to 4.0.60

2

build/es2019/types/async-array-buffer-broker-loader.d.ts
import { IDefaultBrokerDefinition } from 'broker-factory';
import { IAsyncArrayBufferBrokerDefinition } from '../interfaces';
export declare type TAsyncArrayBufferBrokerLoader = (url: string) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition;
export type TAsyncArrayBufferBrokerLoader = (url: string) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition;
//# sourceMappingURL=async-array-buffer-broker-loader.d.ts.map
import { IDefaultBrokerDefinition } from 'broker-factory';
import { IAsyncArrayBufferBrokerDefinition } from '../interfaces';
export declare type TAsyncArrayBufferBrokerWrapper = (sender: MessagePort | Worker) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition;
export type TAsyncArrayBufferBrokerWrapper = (sender: MessagePort | Worker) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition;
//# sourceMappingURL=async-array-buffer-broker-wrapper.d.ts.map

@@ -13,4 +13,4 @@ {

"@babel/runtime": "^7.20.1",
"async-array-buffer-worker": "^6.0.59",
"broker-factory": "^3.0.70",
"async-array-buffer-worker": "^6.0.60",
"broker-factory": "^3.0.71",
"tslib": "^2.4.1"

@@ -24,9 +24,9 @@ },

"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.3.0",
"@rollup/plugin-babel": "^5.3.1",
"chai": "^4.3.6",
"chai": "^4.3.7",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-holy-grail": "^52.0.33",

@@ -36,3 +36,3 @@ "grunt": "^1.5.3",

"grunt-sh": "^0.2.0",
"husky": "^8.0.1",
"husky": "^8.0.2",
"karma": "^6.4.1",

@@ -48,7 +48,7 @@ "karma-chrome-launcher": "^3.1.1",

"mocha": "^10.1.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"sinon": "^14.0.1",
"sinon": "^14.0.2",
"sinon-chai": "^3.7.0",

@@ -59,4 +59,4 @@ "ts-loader": "^9.4.1",

"tslint-config-holy-grail": "^53.2.34",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
"typescript": "^4.9.3",
"webpack": "^5.75.0"
},

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

"types": "build/es2019/module.d.ts",
"version": "4.0.59"
"version": "4.0.60"
}

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