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.1 to 4.0.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="4.0.2"></a>
## [4.0.2](https://github.com/troch/path-parser/compare/v4.0.1...v4.0.2) (2018-03-27)
<a name="4.0.1"></a>

@@ -2,0 +7,0 @@ ## [4.0.1](https://github.com/troch/path-parser/compare/v4.0.0...v4.0.1) (2018-03-26)

5

dist/cjs/path-parser.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var searchParams = require('search-params');

@@ -300,2 +302,3 @@

module.exports = Path;
exports.Path = Path;
exports.default = Path;

1

dist/es/path-parser.js

@@ -299,1 +299,2 @@ import { build, parse } from 'search-params';

export default Path;
export { Path };
{
"name": "path-parser",
"version": "4.0.1",
"version": "4.0.2",
"description": "A small utility to parse, match and generate paths",

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

"module": "dist/es/path-parser.js",
"side-effects": false,
"sideEffects": false,
"typings": "./typings/index.d.ts",

@@ -66,4 +66,4 @@ "scripts": {

"dependencies": {
"search-params": "2.1.1"
"search-params": "2.1.2"
}
}

@@ -19,3 +19,3 @@ import { IOptions } from 'search-params';

export declare type TestMatch = object | null;
export default class Path {
export declare class Path {
static createPath(path: any): Path;

@@ -41,1 +41,2 @@ path: string;

}
export default Path;

Sorry, the diff of this file is not supported yet

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