You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cmd-ts-too

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-ts-too - npm Package Compare versions

Comparing version

to
0.14.1

dist/argparser.d.ts

5

batteries/fs/package.json
{
"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"
}

16

package.json
{
"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",