itty-router
Advanced tools
Comparing version 0.7.3 to 0.8.0
{ | ||
"name": "itty-router", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "Tiny, zero-dependency router with route param and query parsing.", | ||
"main": "src/Router.js", | ||
"main": "dist/itty-router.min", | ||
"keywords": [ | ||
@@ -21,2 +21,4 @@ "router", | ||
"prerelease": "echo releasing...", | ||
"prebuild": "rimraf dist && mkdir dist && node prebuild.js", | ||
"build": "terser -c -m toplevel -- dist/itty-router.js > dist/itty-router.min.js", | ||
"release": "release --tag --push" | ||
@@ -36,5 +38,8 @@ }, | ||
"coveralls": "^3.0.13", | ||
"fs-extra": "^9.0.0", | ||
"jest": "^25.3.0", | ||
"rimraf": "^3.0.2", | ||
"terser": "^4.6.11", | ||
"yarn-release": "^1.10.2" | ||
} | ||
} |
@@ -151,4 +151,5 @@ ![image](https://user-images.githubusercontent.com/865416/79531114-fa0d8200-8036-11ea-824d-70d84164b00a.png) | ||
- **v0.8.0** - deep minification pass and build steps for final module | ||
- **v0.7.0** - removed { path } from request handler context, travis build fixed, added coveralls, improved README docs | ||
- **v0.6.0** - added types to project for vscode intellisense (thanks [@mvasigh](https://github.com/mvasigh)) | ||
- **v0.5.4** - fix: wildcard routes properly supported |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
14710
8
138
155
6
1
1