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.3 to 0.7.4

9

shelljs/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for ShellJS 0.7

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

@@ -528,6 +529,2 @@ /**

export interface GlobOptions {
[key: string]: any;
}
export interface ShellConfig {

@@ -554,5 +551,5 @@ /**

* Passed to glob.sync() instead of the default options ({}).
* @type {Object}
* @type {glob.IOptions}
*/
globOptions: GlobOptions;
globOptions: glob.IOptions;

@@ -559,0 +556,0 @@ /**

{
"name": "@types/shelljs",
"version": "0.7.3",
"version": "0.7.4",
"description": "TypeScript definitions for ShellJS",

@@ -23,7 +23,8 @@ "license": "MIT",

"dependencies": {
"@types/glob": "*",
"@types/node": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "f4e5b10b6bd528845d052417f49f594deced1f06817c68877a3b0f2a0258567a",
"typesPublisherContentHash": "6052e869eb634ed11bad45adf045ab4e0f385519e1e4c2b8ad7d0f82cdc2ee3e",
"typeScriptVersion": "2.0"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 02 Aug 2017 13:47:41 GMT
* Dependencies: child_process, node
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT
* Dependencies: child_process, glob, node
* Global values: none

@@ -15,0 +15,0 @@

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