🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

command

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command - npm Package Compare versions

Comparing version

to
1.1.1

./dist/index.js

61

package.json
{
"name": "command",
"version": "0.0.5",
"description": "A chainable, promise-based utility for running commands with child_process.spawn",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.1.1",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"peerDependencies": {
"react": "^18 || ^19 || ^19.0.0-rc",
"react-dom": "^18 || ^19 || ^19.0.0-rc"
},
"dependencies": {
"@radix-ui/react-compose-refs": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-id": "^1.1.0",
"@radix-ui/react-primitive": "^2.0.2"
},
"devDependencies": {
"@types/react": "18.0.15"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/command"
"url": "git+https://github.com/pacocoursey/cmdk.git",
"directory": "cmdk"
},
"keywords": [
"command",
"cli",
"spawn",
"child",
"process"
],
"author": "James Brumond",
"license": "MIT",
"dependencies": {
"merge-recursive": "0.0.3",
"which": "1.0.5"
"bugs": {
"url": "https://github.com/pacocoursey/cmdk/issues"
},
"homepage": "https://github.com/pacocoursey/cmdk#readme",
"author": {
"name": "Paco",
"url": "https://github.com/pacocoursey"
},
"scripts": {
"build": "tsup src",
"dev": "tsup src --watch"
}
}
}