Socket
Socket
Sign inDemoInstall

gcf-api-router

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

1

index.js

@@ -102,2 +102,3 @@ const pathToRegexp = require('path-to-regexp');

function decode(value) {
if (!value) return value;
try {

@@ -104,0 +105,0 @@ return decodeURIComponent(value);

4

package.json
{
"name": "gcf-api-router",
"version": "1.0.1",
"version": "1.0.2",
"description": "Express-style API router for Google Cloud Functions",

@@ -23,4 +23,4 @@ "main": "index.js",

"dependencies": {
"path-to-regexp": "^2.1.0"
"path-to-regexp": "^2.4.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc