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

hyperswitch

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperswitch - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

lib/server.js

@@ -425,3 +425,6 @@ "use strict";

// direct requests to /sys
var childHyperSwitch = opts.hyper.makeChild({ uri: '#internal-startup' });
var childHyperSwitch = opts.hyper.makeChild({ uri: '#internal-startup' }, {
metrics: options.metrics && options.metrics.makeChild('internal_startup')
});
// Main app startup happens during async spec loading:

@@ -428,0 +431,0 @@ return opts.router.loadSpec(conf.spec, childHyperSwitch)

2

package.json
{
"name": "hyperswitch",
"version": "0.2.0",
"version": "0.2.1",
"description": "REST API creation framework",

@@ -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