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.15-alpha to 0.3.20-alpha

5

package.json
{
"name": "@types/shelljs",
"version": "0.3.15-alpha",
"description": "Type definitions for ShellJS v0.3.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"version": "0.3.20-alpha",
"description": "TypeScript definitions for ShellJS v0.3.0",
"main": "",

@@ -11,5 +11,4 @@ "scripts": {},

"dependencies": {
"equire(\"child_process\"": "*",
"@types/node": "*"
}
}

21

README.md
# Installation
> `npm install --save-dev @types/shelljs`
> `npm install --save @types/shelljs`
# Summary
This package contains type definitions for ShellJS v0.3.0.
This package contains type definitions for ShellJS v0.3.0 (http://shelljs.org).
The project URL or description is http://shelljs.org
# Credits
These definitions were written by Niklas Mollenhauer <https://github.com/nikeee>.
# Details
Typings 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/types-2.0/shelljs
Additional Details
* Last updated: Thu, 19 May 2016 20:06:12 GMT
* Typings kind: ProperModule
* Last updated: Fri, 20 May 2016 17:00:48 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: equire("child_process"
* Module Dependencies: child_process
* Global values: none
# Credits
These definitions were written by Niklas Mollenhauer <https://github.com/nikeee>.

@@ -8,3 +8,3 @@ {

"moduleDependencies": [
"equire(\"child_process\""
"child_process"
],

@@ -11,0 +11,0 @@ "libraryMajorVersion": "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