Comparing version 0.2.2 to 0.2.3
#!/usr/bin/env node | ||
export declare const getPackageJsonScripts: (path: string | undefined) => Promise<{ | ||
[key: string]: string; | ||
} | undefined>; | ||
export declare const main: () => Promise<void>; |
{ | ||
"name": "monorun", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Intelligently detects and runs scripts specific to your project's directory in the terminal.", | ||
@@ -11,6 +11,5 @@ "main": "index.js", | ||
"scripts": { | ||
"start": "tsc && node ./dist/index.js", | ||
"dev": "tsc && npm link", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "npm run build && node ./dist/index.js", | ||
"dev": "npm run build && npm link", | ||
"build": "tsc && esbuild --bundle --platform=node --format=cjs --outdir=dist src/index.ts" | ||
}, | ||
@@ -27,3 +26,2 @@ "keywords": [ | ||
"license": "ISC", | ||
"type": "module", | ||
"bin": { | ||
@@ -47,4 +45,5 @@ "monorun": "./dist/index.js", | ||
"@types/prompts": "^2.4.9", | ||
"esbuild": "^0.19.10", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
251132
14
7497
2
4
19
6
No