typed-path-generator
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "typed-path-generator", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Convert path `/user/:userID` to `({ userID: string | number }) => string`", | ||
@@ -53,3 +53,2 @@ "main": "./dist/index.js", | ||
"lint-staged": "^8.1.4", | ||
"prettier": "^1.16.4", | ||
"ts-jest": "^24.0.0", | ||
@@ -69,2 +68,3 @@ "tslint": "^5.13.1", | ||
"path-to-regexp": "^3.0.0", | ||
"prettier": "^1.16.4", | ||
"qs": "^6.6.0", | ||
@@ -71,0 +71,0 @@ "tslib": "^1.9.3" |
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
14
10
+ Addedprettier@^1.16.4
+ Addedprettier@1.19.1(transitive)