Socket
Socket
Sign inDemoInstall

file-worker

Package Overview
Dependencies
231
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

dist/amd/FileWorker.d.ts

@@ -10,3 +10,3 @@ declare module "types" {

export interface FileWorkerWriter {
write(): void;
write(data: any): void;
}

@@ -13,0 +13,0 @@ export interface FileWorkerProcessor extends Function {

@@ -9,3 +9,3 @@ export interface FileWorkerOnDataHandler extends Function {

export interface FileWorkerWriter {
write(): void;
write(data: any): void;
}

@@ -12,0 +12,0 @@ export interface FileWorkerProcessor extends Function {

{
"name": "file-worker",
"version": "0.0.4",
"version": "0.0.5",
"description": "Process files asynchronous at browser with web worker.",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc