Socket
Socket
Sign inDemoInstall

@types/shelljs

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shelljs - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

6

shelljs/index.d.ts

@@ -420,2 +420,8 @@ // Type definitions for ShellJS 0.7

/**
* Sets global configuration variables
* @param options Available options: `+/-e`: exit upon error (`config.fatal`), `+/-v`: verbose: show all commands (`config.verbose`), `+/-f`: disable filename expansion (globbing)
*/
export function set(options: string): void;
// Configuration

@@ -422,0 +428,0 @@

4

shelljs/package.json
{
"name": "@types/shelljs",
"version": "0.7.6",
"version": "0.7.7",
"description": "TypeScript definitions for ShellJS",

@@ -28,4 +28,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e352f7f7baca83305b4518f14f4064e16a4d8eeb79a1e14f7d178f79ee2be689",
"typesPublisherContentHash": "9d901f0865d880b802b6755290e08ab81051297e9f166e6d6b5047c48e91c5e0",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 13 Nov 2017 01:14:57 GMT
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT
* Dependencies: child_process, glob, node

@@ -14,0 +14,0 @@ * Global values: none

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