Socket
Socket
Sign inDemoInstall

path-parser

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-parser - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="4.0.3"></a>
## [4.0.3](https://github.com/troch/path-parser/compare/v4.0.2...v4.0.3) (2018-04-03)
### Bug Fixes
* properly link types ([b7473e9](https://github.com/troch/path-parser/commit/b7473e9))
<a name="4.0.2"></a>

@@ -2,0 +12,0 @@ ## [4.0.2](https://github.com/troch/path-parser/compare/v4.0.1...v4.0.2) (2018-03-27)

4

package.json
{
"name": "path-parser",
"version": "4.0.2",
"version": "4.0.3",
"description": "A small utility to parse, match and generate paths",

@@ -9,3 +9,3 @@ "main": "dist/cjs/path-parser.js",

"sideEffects": false,
"typings": "./typings/index.d.ts",
"typings": "./typings/Path.d.ts",
"scripts": {

@@ -12,0 +12,0 @@ "test": "mocha -r ts-node/register 'test/main.js'",

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