New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trek-router

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trek-router - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

10

package.json
{
"name": "trek-router",
"version": "0.3.2",
"version": "0.3.3",
"description": "A fast HTTP router",

@@ -19,4 +19,5 @@ "repository": "trekjs/router",

"compile": "babel src --out-dir lib --copy-files",
"test": "mocha --require babel/register --reporter spec --bail --check-leaks test/**/*.test.js",
"test-ci": "babel-node node_modules/.bin/isparta cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/**/*.test.js",
"prepublish": "npm run compile",
"test": "mocha --require babel/register --require should --reporter spec --bail --check-leaks test/**/*.test.js",
"test-ci": "babel-node node_modules/.bin/isparta cover node_modules/.bin/_mocha --report lcovonly -- --require should --reporter spec --check-leaks test/**/*.test.js",
"test-cov": "babel-node node_modules/.bin/isparta cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/**/*.test.js"

@@ -34,3 +35,4 @@ },

"route-trie": "^1.0.1",
"routington": "^1.0.3"
"routington": "^1.0.3",
"should": "^7.1.0"
},

@@ -37,0 +39,0 @@ "files": [

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