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

@armit/worker-threads

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@armit/worker-threads - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

CHANGELOG.md
# @armit/worker-threads
## 0.0.4
### Patch Changes
- [`2a212b6`](https://github.com/armitjs/armit/commit/2a212b6844f6f5c530ca77c6d4c45a01df3e77b1) Thanks [@tianyingchun](https://github.com/tianyingchun)! - bump version
## 0.0.3

@@ -4,0 +10,0 @@

2

dist/worker.js

@@ -134,3 +134,3 @@ import { parentPort } from 'worker_threads';

}
msg.port.postMessage({ action: 'ready' });
port.postMessage({ action: 'ready' });
});
{
"name": "@armit/worker-threads",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/armitjs/armit",

@@ -15,3 +15,2 @@ "repository": {

},
"sideEffects": false,
"type": "module",

@@ -51,17 +50,17 @@ "exports": {

"devDependencies": {
"@armit/eslint-config-bases": "^0.0.21",
"@types/debug": "4.1.7",
"@types/node": "20.3.1",
"@vitest/coverage-istanbul": "0.32.2",
"@vitest/ui": "0.32.2",
"eslint": "8.43.0",
"@armit/eslint-config-bases": "^0.0.22",
"@types/debug": "4.1.8",
"@types/node": "20.4.4",
"@vitest/coverage-istanbul": "0.33.0",
"@vitest/ui": "0.33.0",
"eslint": "8.45.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"tsup": "7.1.0",
"typescript": "5.1.3",
"vite": "4.3.9",
"typescript": "5.1.6",
"vite": "4.4.6",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.32.2"
"vitest": "0.33.0"
},

@@ -68,0 +67,0 @@ "engines": {

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