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.3.33 to 0.6.0

7

shelljs/index.d.ts

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

// Type definitions for ShellJS v0.3.0
// Type definitions for ShellJS v0.6.0
// Project: http://shelljs.org

@@ -466,3 +466,3 @@ // Definitions by: Niklas Mollenhauer <https://github.com/nikeee>

export interface ExecCallback {
(code: number, output: string, error?: string): any;
(code: number, stdout: string, stderr: string): any;
}

@@ -477,3 +477,4 @@

code: number;
output: string;
stdout: string;
stderr: string;
}

@@ -480,0 +481,0 @@

{
"name": "@types/shelljs",
"version": "0.3.33",
"description": "TypeScript definitions for ShellJS v0.3.0",
"version": "0.6.0",
"description": "TypeScript definitions for ShellJS",
"license": "MIT",

@@ -17,4 +17,4 @@ "author": "Niklas Mollenhauer <https://github.com/nikeee>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "f351afcc9f0f168d8ddcb6e2eb751ea0036936113deed0393c6c91cab4bcd40c"
"typesPublisherContentHash": "04fa954df0741231107b64dbc287263423d0dcb4ed0f936c1ac5d3b1c0efc33d",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for ShellJS v0.3.0 (http://shelljs.org).
This package contains type definitions for ShellJS (http://shelljs.org).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/shelljs
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/shelljs
Additional Details
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: child_process
* Last updated: Sat, 21 Jan 2017 22:56:32 GMT
* Dependencies: child_process, node
* Global values: none

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

{
"authors": "Niklas Mollenhauer <https://github.com/nikeee>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [
"child_process"
],
"libraryMajorVersion": 0,
"libraryMinorVersion": 3,
"libraryName": "ShellJS v0.3.0",
"typingsPackageName": "shelljs",
"projectName": "http://shelljs.org",
"name": "shelljs",
"libraryName": "ShellJS",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"shelljs"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "f351afcc9f0f168d8ddcb6e2eb751ea0036936113deed0393c6c91cab4bcd40c"
"data": {
"authors": "Niklas Mollenhauer <https://github.com/nikeee>",
"dependencies": {
"child_process": "*",
"node": "*"
},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 6,
"typeScriptVersion": "2.0",
"libraryName": "ShellJS",
"typingsPackageName": "shelljs",
"projectName": "http://shelljs.org",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"shelljs/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "04fa954df0741231107b64dbc287263423d0dcb4ed0f936c1ac5d3b1c0efc33d"
},
"isLatest": true
}
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