New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

executive

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

executive - npm Package Compare versions

Comparing version 1.5.9 to 1.5.10

10

executive.d.ts

@@ -1,2 +0,2 @@

interface executive {
export interface executive {
(command: string | any[], options?: any, callback?: any): Promise<any>

@@ -10,3 +10,7 @@ interactive: executive

}
declare var _default: executive
export default _default
declare global {
var exec: executive
}
export default executive
{
"name": "executive",
"version": "1.5.9",
"version": "1.5.10",
"description": "Elegant command execution with built-in control flow",

@@ -5,0 +5,0 @@ "main": "lib/executive.js",

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