🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/stl-errors

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/stl-errors - npm Package Compare versions

Comparing version
0.14.2
to
0.14.3
+12
-20
package.json
{
"name": "@opvious/stl-errors",
"version": "0.14.2",
"version": "0.14.3",
"repository": "github:opvious/stl.ts",

@@ -29,11 +29,2 @@ "description": "Standard errors",

},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^18.8.5",
"jest": "^27.4.5",
"jest-extended": "^1.1.0",
"ts-essentials": "^9.3.0",
"ts-jest": "^27.1.2",
"typescript": "^4.8.3"
},
"jest": {

@@ -45,11 +36,2 @@ "coverageDirectory": "../../out/coverage/stl-errors",

],
"globals": {
"ts-jest": {
"babelConfig": {
"compact": false
},
"tsconfig": "test/tsconfig.json"
}
},
"preset": "ts-jest",
"setupFilesAfterEnv": [

@@ -63,3 +45,13 @@ "jest-extended/all"

],
"transform": {}
"transform": {
"^.+\\.ts$": [
"ts-jest",
{
"babelConfig": {
"compact": false
},
"tsconfig": "test/tsconfig.json"
}
]
}
},

@@ -66,0 +58,0 @@ "typedocMain": "src/index.ts",