New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rentspree/path

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentspree/path - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

6

package.json
{
"name": "@rentspree/path",
"version": "0.1.15",
"version": "0.1.16",
"description": "URL path params/query resolve with ease",

@@ -43,3 +43,3 @@ "license": "MIT",

"dependencies": {
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"path-to-regexp": "^2.2.1",

@@ -58,3 +58,3 @@ "qs": "^6.5.2"

"chai": "^4.1.2",
"documentation": "^7.1.0",
"documentation": "^9.3.0",
"eslint": "^4.19.1",

@@ -61,0 +61,0 @@ "eslint-config-airbnb-base": "^12.1.0",

@@ -52,6 +52,14 @@ # rentspree-path

- [buildPath](#buildpath)
- [Parameters](#parameters)
- [Examples](#examples)
- [setErrorClass](#seterrorclass)
- [Parameters](#parameters-1)
- [Examples](#examples-1)
- [query](#query)
- [parse](#parse)
- [Parameters](#parameters-2)
- [Examples](#examples-2)
- [stringify](#stringify)
- [Parameters](#parameters-3)
- [Examples](#examples-3)

@@ -66,3 +74,3 @@ ### ParamInterpolatedError

**Parameters**
#### Parameters

@@ -73,3 +81,3 @@ - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the path regex

**Examples**
#### Examples

@@ -92,7 +100,7 @@ ```javascript

**Parameters**
#### Parameters
- `error` **Class** an Error class which would be thrown
**Examples**
#### Examples

@@ -112,7 +120,7 @@ ```javascript

**Parameters**
##### Parameters
- `str` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the string to parse (optional, default `""`)
**Examples**
##### Examples

@@ -135,7 +143,7 @@ ```javascript

**Parameters**
##### Parameters
- `obj` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** the object to be stringify (optional, default `{}`)
**Examples**
##### Examples

@@ -142,0 +150,0 @@ ```javascript

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