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.8.8 to 0.8.9

14

shelljs/index.d.ts

@@ -761,3 +761,3 @@ // Type definitions for ShellJS 0.8

*/
(command: string, options: ExecOptions & { async?: false }): ShellString;
(command: string, options: ExecOptions & { async?: false | undefined }): ShellString;

@@ -837,3 +837,3 @@ /**

*/
silent?: boolean;
silent?: boolean | undefined;

@@ -845,3 +845,3 @@ /**

*/
fatal?: boolean;
fatal?: boolean | undefined;

@@ -855,3 +855,3 @@ /**

*/
async?: boolean;
async?: boolean | undefined;

@@ -866,3 +866,3 @@ /**

*/
encoding?: string;
encoding?: string | undefined;
}

@@ -1104,4 +1104,4 @@

export interface TouchOptionsArray {
"-d"?: string;
"-r"?: string;
"-d"?: string | undefined;
"-r"?: string | undefined;
}

@@ -1108,0 +1108,0 @@

{
"name": "@types/shelljs",
"version": "0.8.8",
"version": "0.8.9",
"description": "TypeScript definitions for ShellJS",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shelljs",
"license": "MIT",

@@ -55,4 +56,4 @@ "contributors": [

},
"typesPublisherContentHash": "d3e31bb2d56e81dcbb413d9ebf074d2fe4bde1f463d038ebbe40461f9258d922",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "f9f1b36801d9633744aeb57d3fdf1c44940fb8054bccdcdbd6444b78227fcb8e",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 13:12:37 GMT
* Last updated: Tue, 06 Jul 2021 16:34:42 GMT
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob), [@types/node](https://npmjs.com/package/@types/node)

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

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