Socket
Book a DemoSign in
Socket

okay-error

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

okay-error - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+7
-3
package.json
{
"name": "okay-error",
"version": "1.0.2",
"version": "1.0.3",
"author": "Henry Mao",

@@ -9,2 +9,3 @@ "private": false,

"types": "src/index.ts",
"type": "module",
"files": [

@@ -18,2 +19,3 @@ "dist",

"prepublishOnly": "npm run clean && npm run build",
"check": "biome check --write --unsafe",
"test": "jest",

@@ -24,7 +26,9 @@ "test:watch": "jest --watch"

"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.4"
}
}