@based/type-gen
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@based/type-gen", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"main": "./dist/src/index.js", | ||
"scripts": { | ||
"test": "ava --color --node-arguments='--expose-gc' --timeout 3m --verbose", | ||
"test": "npx ava", | ||
"build": "npx tsc", | ||
@@ -18,4 +19,4 @@ "watch": "npx tsc --watch", | ||
"utility-types": "^3.10.0", | ||
"@saulx/utils": "^3.5.0", | ||
"@based/functions": "^2.2.3" | ||
"@saulx/utils": "^4.1.0", | ||
"@based/functions": "^3.0.0" | ||
}, | ||
@@ -25,19 +26,19 @@ "devDependencies": { | ||
"ts-node": "10.9.1", | ||
"typescript": "^4.3.5", | ||
"typescript": "^5.2.2", | ||
"rimraf": "^3.0.2", | ||
"@based/client": "4.8.7", | ||
"ava": "3.15.0" | ||
"@based/client": "^5.2.0", | ||
"ava": "5.3.1" | ||
}, | ||
"ava": { | ||
"timeout": "2m", | ||
"workerThreads": false, | ||
"files": [ | ||
"test/*.ts" | ||
], | ||
"concurrency": 1, | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
"./dist/test/*.js" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist/src", | ||
"README.md", | ||
"package.json" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Yes
14119
11
200
+ Added@based/functions@3.0.2(transitive)
+ Added@saulx/hash@3.0.0(transitive)
+ Added@saulx/utils@4.3.25.0.0(transitive)
- Removed@based/functions@2.3.0(transitive)
- Removed@saulx/hash@2.0.0(transitive)
- Removed@saulx/utils@3.5.3(transitive)
- Removedis-plain-obj@3.0.0(transitive)
Updated@based/functions@^3.0.0
Updated@saulx/utils@^4.1.0