🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@slipher/cooldown

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slipher/cooldown - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+6
-5
package.json
{
"name": "@slipher/cooldown",
"version": "0.0.5",
"version": "0.0.6",
"private": false,

@@ -16,7 +16,7 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^22.15.1",
"typescript": "^5.8.3"
"@types/node": "^24.3.0",
"typescript": "^5.9.2"
},
"dependencies": {
"seyfert": "3.1.0"
"seyfert": "3.2.6"
},

@@ -29,4 +29,5 @@ "scripts": {

"checkb": "biome check --write --no-errors-on-unmatched ./src",
"test": "vitest run --config ./test/vitest.config.mts ./test/"
"test": "vitest run --config ./test/vitest.config.mts ./test/",
"prepublish": "pnpm build"
}
}