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

apache-js-workers

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-js-workers - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

14

index.ts

@@ -5,3 +5,3 @@ import { workerData, parentPort } from 'worker_threads'

body: ObjectOf<any>
files: Files
files: File[]
hostname: string

@@ -15,9 +15,7 @@ ip: string

interface Files {
[fileName: string]: {
name: string
data: string
size: number
type: string
}
interface File {
name: string
data: string
size: number
type: string
}

@@ -24,0 +22,0 @@

{
"name": "apache-js-workers",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

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