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

swagger-router

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-router - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

config.example.yaml

13

lib/reqTemplate.js

@@ -147,2 +147,15 @@ "use strict";

/**
* Applies `decodeURIComponent` to the provided string
*
* @param data {string} data needed to be decoded.
* @returns {string}
*/
decode(data) {
if (typeof data !== 'string') {
return data;
}
return decodeURIComponent(data);
},
// Private helpers

@@ -149,0 +162,0 @@ _optionalPath(element) {

2

package.json
{
"name": "swagger-router",
"version": "0.5.5",
"version": "0.5.6",
"description": "An efficient swagger 2 based router with support for multiple APIs. For use in RESTBase.",

@@ -5,0 +5,0 @@ "main": "index.js",

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