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

trouter

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trouter - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

index.mjs

4

index.js
const parse = require('regexparam');
class Trouter {
module.exports = class Trouter {
constructor() {

@@ -54,3 +54,1 @@ this.routes = [];

}
module.exports = Trouter;
{
"name": "trouter",
"version": "3.0.1",
"version": "3.0.2",
"repository": "lukeed/trouter",
"description": "🐟 A fast, small-but-mighty, familiar ~fish~ router",
"module": "index.mjs",
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
"index.js",
"index.mjs"
],

@@ -20,3 +23,4 @@ "author": {

"bench": "node bench",
"test": "tape test/*.js | tap-spec"
"prepack": "bundt index.mjs",
"test": "tape -r esm test/*.js | tap-spec"
},

@@ -32,5 +36,7 @@ "keywords": [

"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
"bundt": "0.4.0",
"esm": "3.2.22",
"tap-spec": "^5.0.0",
"tape": "4.10.1"
}
}
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