Socket
Socket
Sign inDemoInstall

itty-router

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itty-router - npm Package Compare versions

Comparing version 0.7.3 to 0.8.0

prebuild.js

9

package.json
{
"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

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