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.1.1 to 1.1.2

4

lib/exec.js
// Generated by CoffeeScript 1.10.0
var BufferStream, Stream, logError, once, parse, readPkgUp, ref, spawn,
var BufferStream, Stream, logError, once, parse, ref, spawn,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },

@@ -8,4 +8,2 @@ hasProp = {}.hasOwnProperty;

readPkgUp = require('read-pkg-up');
spawn = require('child_process').spawn;

@@ -12,0 +10,0 @@

{
"name": "executive",
"version": "1.1.1",
"version": "1.1.2",
"description": "Elegant command execution.",

@@ -5,0 +5,0 @@ "main": "lib/",

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