Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

page-path-builder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

page-path-builder - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

index.js
var parser = require('./path-parser')
var stringifyQuerystring = require('querystring').stringify
var stringifyQuerystring = require('query-string').stringify
module.exports = function(pathStr, parameters) {
var parsed = typeof pathStr === 'string' ? parser(pathStr) : pathStr

@@ -7,0 +6,0 @@ var allTokens = parsed.allTokens

{
"name": "page-path-builder",
"version": "1.0.3",
"version": "1.0.4",
"description": "Uses a page.js-style routing string to build up a path you can link to",

@@ -24,4 +24,5 @@ "main": "index.js",

"dependencies": {
"path-to-regexp-with-reversible-keys": "^1.0.1"
"path-to-regexp-with-reversible-keys": "^1.0.1",
"query-string": "4.3.4"
}
}
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