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.7 to 0.7.8

4

shelljs/index.d.ts

@@ -100,4 +100,6 @@ // Type definitions for ShellJS 0.7

*/
export function test(option: string, path: string): boolean;
export function test(option: TestOptions, path: string): boolean;
export type TestOptions = "-b" | "-c" | "-d" | "-e" | "-f" | "-L" | "-p" | "-S";
/**

@@ -104,0 +106,0 @@ * Returns a string containing the given file, or a concatenated string containing the files if more than one file is given (a new line character is introduced between each file). Wildcard * accepted.

{
"name": "@types/shelljs",
"version": "0.7.7",
"version": "0.7.8",
"description": "TypeScript definitions for ShellJS",

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

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

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

Additional Details
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT
* Last updated: Thu, 01 Feb 2018 18:55:42 GMT
* Dependencies: child_process, glob, 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