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.3 to 0.0.4

2

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

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

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

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

@@ -14,0 +14,0 @@

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