New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coffret/queue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coffret/queue - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

20

package.json
{
"name": "@coffret/queue",
"version": "0.1.0",
"version": "0.2.0",
"description": "Lightweight, type-safe, and memory-efficient queue for resource-sensitive applications.",

@@ -34,14 +34,2 @@ "type": "module",

"license": "MIT",
"ava": {
"files": [
"./**/*.test.{js,ts}"
],
"extensions": {
"js": true,
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
]
},
"devDependencies": {

@@ -51,3 +39,2 @@ "@ava/typescript": "^4.1.0",

"queue": "^7.0.0",
"tsimp": "^2.0.10",
"tsup": "*",

@@ -58,5 +45,6 @@ "typescript": "*"

"build": "tsup src/index.ts --format cjs,esm --dts",
"clean": "rm -rf dist node_modules",
"test": "ava"
"clean": "rm -rf dist node_modules build",
"test": "tsc & ava",
"test:watch": "tsc --watch & ava --watch"
}
}
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