clark-orm
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "clark-orm", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "ClarkORM", | ||
"main": "dist/app.js", | ||
"module": "dist/app.mjs", | ||
"types": "dist/app.d.ts", | ||
"type": "module", | ||
@@ -15,3 +13,3 @@ "files": [ | ||
"dev": "tsc --watch", | ||
"build": "rimraf ./dist && tsup src/app.ts --format esm,cjs --dts", | ||
"build": "rimraf ./dist && tsup src/app.ts --format esm --dts", | ||
"prepublishOnly": "npm run build" | ||
@@ -18,0 +16,0 @@ }, |
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
0
1
293637
4
7955