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 3.0.0 to 3.0.1

build/es2015/interfaces/async-array-buffer-worker-custom-definition.d.ts

2

build/es2015/interfaces/index.d.ts

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

export * from './array-buffer-worker-custom-definition';
export * from './async-array-buffer-worker-custom-definition';

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

export * from './array-buffer-worker-definition';
export * from './async-array-buffer-worker-definition';

@@ -74,3 +74,3 @@ {

"types": "build/es2015/module.d.ts",
"version": "3.0.0"
"version": "3.0.1"
}

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

export * from './array-buffer-worker-custom-definition';
export * from './async-array-buffer-worker-custom-definition';
import { createWorker } from 'worker-factory';
import { allocate } from './helpers/allocate';
import { IArrayBufferWorkerCustomDefinition } from './interfaces';
import { IAsyncArrayBufferWorkerCustomDefinition } from './interfaces';

@@ -8,3 +8,3 @@ export * from './interfaces';

createWorker<IArrayBufferWorkerCustomDefinition>(self, {
createWorker<IAsyncArrayBufferWorkerCustomDefinition>(self, {
allocate: ({ length }) => {

@@ -11,0 +11,0 @@ const arrayBuffer = allocate(length);

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

export * from './array-buffer-worker-definition';
export * from './async-array-buffer-worker-definition';

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