You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@types/path-parse

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/path-parse - npm Package Compare versions

Comparing version

to
1.0.11-alpha

5

package.json
{
"name": "@types/path-parse",
"version": "1.0.6-alpha",
"description": "Type definitions for path-parse v1.0.5 from https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"version": "1.0.11-alpha",
"description": "TypeScript definitions for path-parse v1.0.5",
"main": "",

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

"dependencies": {
"path": "*",
"@types/node": "*"
}
}

19

README.md
# Installation
> `npm install --save-dev @types/path-parse`
> `npm install --save @types/path-parse`
# Summary
This package contains type definitions for path-parse v1.0.5.
This package contains type definitions for path-parse v1.0.5 (https://github.com/jbgutierrez/path-parse).
The project URL or description is https://github.com/jbgutierrez/path-parse
# Credits
These definitions were written by Dan Chao <http://dchao.co>.
# Details
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/path-parse
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/path-parse
Additional Details
* Last updated: Thu, 19 May 2016 20:06:05 GMT
* Typings kind: ProperModule
* Last updated: Fri, 20 May 2016 17:00:41 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: path
* Global values: parse
# Credits
These definitions were written by Dan Chao <http://dchao.co>.