Socket
Socket
Sign inDemoInstall

timeout-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeout-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

lib/src/timeout-cli.js

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

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

2

package.json
{
"name": "timeout-cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "GNU timeout but cross-platform",

@@ -5,0 +5,0 @@ "bin": {

@@ -0,1 +1,3 @@

#!/usr/bin/env node
import * as yargs from 'yargs';

@@ -109,2 +111,2 @@ import * as debug from 'debug';

process.exit(-1);
});
});

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