typesafe-exception
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "typesafe-exception", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Type-safe serialization-friendly Exception class", | ||
"main": "out/main/index.js", | ||
"types": "out/main/index.d.ts", | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": { | ||
"import": "./out/main/index.js" | ||
}, | ||
"main": "./out/main/index.js", | ||
"types": "./out/main/index.d.ts", | ||
"files": [ | ||
"out/main/**/*" | ||
"./out/main/**/*" | ||
], | ||
@@ -16,9 +21,5 @@ "scripts": { | ||
"test": "NODE_ENV=test mocha", | ||
"preversion": "npm run lint", | ||
"version": "npm run compile", | ||
"postversion": "npm publish --access=public" | ||
"postversion": "npm publish --access=public && git push --tags origin main" | ||
}, | ||
"pre-commit": [ | ||
"lint" | ||
], | ||
"repository": { | ||
@@ -42,5 +43,4 @@ "type": "git", | ||
"mocha": "^9.0.2", | ||
"pre-commit": "^1.2.2", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6
Yes
1988
2
0
1