Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

qified

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qified - npm Package Compare versions

Comparing version
0.4.0
to
0.4.2
+7
-6
package.json
{
"name": "qified",
"version": "0.4.0",
"version": "0.4.2",
"description": "Task and Message Queues with Multiple Providers",

@@ -36,7 +36,7 @@ "type": "module",

"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@biomejs/biome": "^2.2.2",
"@vitest/coverage-v8": "^3.2.4",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"vitest": "^3.2.4"

@@ -49,8 +49,9 @@ },

"scripts": {
"test": "biome check --write && vitest run --coverage",
"test:ci": "biome check && vitest run --coverage",
"lint": "biome check --write --error-on-warnings",
"test": "pnpm lint && vitest run --coverage",
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
"clean": "rimraf ./dist ./coverage ./site/dist",
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"build:publish": "pnpm build && pnpm publish --access public"
"build:publish": "pnpm build && pnpm publish --access public --no-git-checks"
}
}