Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monorun

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monorun - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/utilities/getPackageJsonScripts.d.ts

3

dist/index.d.ts
#!/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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc