openapi-typescript
Advanced tools
Comparing version 6.3.9 to 6.4.0
{ | ||
"name": "openapi-typescript", | ||
"description": "Generate TypeScript types from Swagger OpenAPI specs", | ||
"version": "6.3.9", | ||
"version": "6.4.0", | ||
"author": { | ||
@@ -15,7 +15,9 @@ "name": "Drew Powers", | ||
"main": "./dist/index.js", | ||
"files": [ | ||
"bin", | ||
"dist", | ||
"src" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"homepage": "https://openapi-ts.pages.dev", | ||
@@ -55,2 +57,3 @@ "repository": { | ||
"del-cli": "^5.0.0", | ||
"esbuild": "^0.18.17", | ||
"execa": "^6.1.0", | ||
@@ -62,3 +65,5 @@ "vite": "^4.4.1", | ||
"scripts": { | ||
"build": "del dist && tsc -p tsconfig.build.json", | ||
"build": "run-s -s build:*", | ||
"build:esm": "tsc -p tsconfig.build.json", | ||
"build:cjs": "esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:js-yaml --external:undici src/index.ts --footer:js=\"module.exports = module.exports.default;\"", | ||
"dev": "tsc -p tsconfig.build.json --watch", | ||
@@ -65,0 +70,0 @@ "download:schemas": "vite-node ./scripts/download-schemas.ts", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
394227
77
6715
10
3