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.12 to 0.8.13

44

shelljs/index.d.ts

@@ -14,4 +14,4 @@ // Type definitions for ShellJS 0.8

import child = require('child_process');
import glob = require('glob');
import child = require("child_process");
import glob = require("glob");

@@ -255,3 +255,3 @@ /**

export type TestOptions = '-b' | '-c' | '-d' | '-e' | '-f' | '-L' | '-p' | '-S';
export type TestOptions = "-b" | "-c" | "-d" | "-e" | "-f" | "-L" | "-p" | "-S";

@@ -421,3 +421,3 @@ export interface CatFunction {

*/
(options: string, dir: '+N'): ShellArray;
(options: string, dir: "+N"): ShellArray;

@@ -436,3 +436,3 @@ /**

*/
(options: string, dir: '-N'): ShellArray;
(options: string, dir: "-N"): ShellArray;

@@ -461,3 +461,3 @@ /**

*/
(dir: '+N'): ShellArray;
(dir: "+N"): ShellArray;

@@ -472,3 +472,3 @@ /**

*/
(dir: '-N'): ShellArray;
(dir: "-N"): ShellArray;

@@ -523,3 +523,3 @@ /**

*/
(options: string, dir: '+N'): ShellArray;
(options: string, dir: "+N"): ShellArray;

@@ -540,3 +540,3 @@ /**

*/
(options: string, dir: '-N'): ShellArray;
(options: string, dir: "-N"): ShellArray;

@@ -569,3 +569,3 @@ /**

*/
(dir: '+N'): ShellArray;
(dir: "+N"): ShellArray;

@@ -582,3 +582,3 @@ /**

*/
(dir: '-N'): ShellArray;
(dir: "-N"): ShellArray;

@@ -632,3 +632,3 @@ /**

*/
(options: '-c'): ShellArray;
(options: "-c"): ShellArray;

@@ -642,3 +642,3 @@ /**

*/
(options: '+N'): ShellString;
(options: "+N"): ShellString;

@@ -652,3 +652,3 @@ /**

*/
(options: '-N'): ShellString;
(options: "-N"): ShellString;

@@ -802,6 +802,4 @@ /**

code: number,
/** The process standard output. */
stdout: string,
/** The process standard error output. */

@@ -979,4 +977,4 @@ stderr: string,

*/
new (value: string): ShellString;
new (value: string[]): ShellArray;
new(value: string): ShellString;
new(value: string[]): ShellArray;

@@ -1078,7 +1076,7 @@ /**

export type TouchOptionsLiteral = '-a' | '-c' | '-m' | '-d' | '-r';
export type TouchOptionsLiteral = "-a" | "-c" | "-m" | "-d" | "-r";
export interface TouchOptionsArray {
'-d'?: string | undefined;
'-r'?: string | undefined;
"-d"?: string | undefined;
"-r"?: string | undefined;
}

@@ -1102,3 +1100,3 @@

/** Show the first <num> lines of the files. */
'-n': number;
"-n": number;
}

@@ -1151,3 +1149,3 @@

/** Show the last <num> lines of files. */
'-n': number;
"-n": number;
}

@@ -1154,0 +1152,0 @@

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

import shelljs = require('./index');
import shelljs = require("./index");
declare global {

@@ -3,0 +3,0 @@ interface Target {

{
"name": "@types/shelljs",
"version": "0.8.12",
"version": "0.8.13",
"description": "TypeScript definitions for ShellJS",

@@ -56,4 +56,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shelljs",

},
"typesPublisherContentHash": "a0d7ba8e6b6929238eb2c1bd385377fabfe11cd1f5b62f020bee43443a1af745",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "9985395bb9e28b4fdc65541e3c789cda7589df2d679a735b4539472a3fabbb1f",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Wed, 12 Apr 2023 20:32:55 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 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