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

find-my-way

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-my-way - npm Package Compare versions

Comparing version 1.15.4 to 1.16.0

index.d.ts

12

package.json
{
"name": "find-my-way",
"version": "1.15.4",
"version": "1.16.0",
"description": "Crazy fast http radix based router",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"bench": "node bench.js",
"test": "standard && tap -j4 test/*.test.js",
"coveralls": "tap -j4 test/*.test.js --cov --coverage-report=text-lcov | coveralls"
"test:typescript": "tsc --project ./test/types/tsconfig.json",
"test": "standard && tap -j4 test/*.test.js && npm run test:typescript",
"coveralls": "if [[ $(node -v) != \"v4.9.1\" ]]; then tap -j4 test/*.test.js --cov --coverage-report=text-lcov | coveralls; fi"
},

@@ -29,2 +31,3 @@ "repository": {

"devDependencies": {
"@types/node": "^10.12.12",
"benchmark": "^2.1.4",

@@ -35,3 +38,4 @@ "coveralls": "^3.0.2",

"standard": "^12.0.1",
"tap": "^12.0.1"
"tap": "^12.0.1",
"typescript": "^3.2.1"
},

@@ -38,0 +42,0 @@ "dependencies": {

@@ -297,5 +297,9 @@ # find-my-way

This project is kindly sponsored by [LetzDoIt](http://www.letzdoitapp.com/).<br>
It is inspired by the [echo](https://github.com/labstack/echo) router, some parts have been extracted from [trekjs](https://github.com/trekjs) router.
<a name="sponsor"></a>
#### Past sponsor
- [LetzDoIt](http://www.letzdoitapp.com/)
<a name="license"></a>

@@ -302,0 +306,0 @@ ## License

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