page-path-builder
Advanced tools
Comparing version 1.0.3 to 1.0.4
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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3548
2
+ Addedquery-string@4.3.4
+ Addedobject-assign@4.1.1(transitive)
+ Addedquery-string@4.3.4(transitive)
+ Addedstrict-uri-encode@1.1.0(transitive)