@deboxsoft/zod-to-json-schema
Advanced tools
Comparing version 3.20.4 to 3.20.5
{ | ||
"name": "@deboxsoft/zod-to-json-schema", | ||
"version": "3.20.4", | ||
"version": "3.20.5", | ||
"description": "Converts Zod schemas to Json Schemas", | ||
"main": "index.js", | ||
"main": "./libs/index.js", | ||
"type": "module", | ||
"types": "libs/index.d.ts", | ||
"exports": { | ||
".": "./libs/index.js" | ||
}, | ||
"keywords": [ | ||
@@ -40,15 +45,14 @@ "zod", | ||
"rimraf": "^3.0.2", | ||
"tsup": "^6.6.0", | ||
"typescript": "^4.9.4", | ||
"vitest": "^0.28.4" | ||
"vitest": "^0.28.4", | ||
"zod": "^3.20.6" | ||
}, | ||
"types": "index.d.ts", | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "dist" | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "npm i && vitest --watch false && rimraf dist && tsc && node copyPackageFiles.js", | ||
"dryrun": "npm run build && npm pub ./dist/ --dry-run" | ||
"build": "pnpm test -- --watch false && tsup" | ||
} | ||
} |
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
238110
78
7483
Yes
11
1