Comparing version
{ | ||
"types": "../../dist/esm/batteries/fs.d.ts", | ||
"main": "../../dist/cjs/batteries/fs.js", | ||
"module": "../../dist/esm/batteries/fs.js" | ||
"types": "../../esm/batteries/fs.d.ts", | ||
"module": "../../esm/batteries/fs.js" | ||
} |
{ | ||
"types": "../../dist/esm/batteries/url.d.ts", | ||
"main": "../../dist/cjs/batteries/url.js", | ||
"module": "../../dist/esm/batteries/url.js" | ||
"types": "../../esm/batteries/url.d.ts", | ||
"module": "../../esm/batteries/url.js" | ||
} |
{ | ||
"name": "cmd-ts-too", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"homepage": "https://cmd-ts.now.sh", | ||
"license": "MIT", | ||
"author": "Gal Schlezinger", | ||
"main": "dist/cjs/index.js", | ||
"typings": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
@@ -15,3 +13,3 @@ "dist", | ||
"scripts": { | ||
"build": "tsc && tsc --project ./tsconfig.esm.json", | ||
"build": "tsc", | ||
"lint": "npx @biomejs/biome check ./example ./scripts ./src ./test", | ||
@@ -21,5 +19,5 @@ "now-build": "mdbook build --dest-dir=public", | ||
"prepublishOnly": "rm -rf dist && npx yarn build && npx yarn test", | ||
"test": "echo \"Skipping tests.\" # TODO: vitest", | ||
"test": "bun test", | ||
"ts-node": "./scripts/ts-node", | ||
"format": "npx @biomejs/biome format --write ./scripts ./src ./test" | ||
"format": "npx @biomejs/biome format --write ./example ./scripts ./src ./test" | ||
}, | ||
@@ -48,5 +46,7 @@ "husky": { | ||
"@swc-node/register": "1.5.1", | ||
"@types/bun": "^1.1.13", | ||
"@types/debug": "4.1.7", | ||
"@types/didyoumean": "1.2.0", | ||
"@types/fs-extra": "9.0.13", | ||
"@types/node": "^22.9.0", | ||
"@types/node-fetch": "2.6.2", | ||
@@ -72,3 +72,3 @@ "@types/request": "2.48.8", | ||
"typedoc": "0.23.8", | ||
"typescript": "4.7.4", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.10", | ||
@@ -75,0 +75,0 @@ "vitest": "0.18.1", |
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
7
-53.33%157692
-52.87%32
6.67%98
-48.69%2574
-54.54%1
Infinity%