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

convert-slow-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-slow-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

dist/get-router.js

@@ -49,7 +49,7 @@ "use strict";

};
res.json(cached);
_context.next = 7;
_context.next = 6;
return _cache["default"].set(cacheKey, cached);
case 7:
case 6:
res.json(cached);
_context.prev = 7;

@@ -56,0 +56,0 @@ _context.next = 10;

{
"name": "convert-slow-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/get-router.js",

@@ -22,4 +22,4 @@ import { Router } from 'express'

}
await cache.set(cacheKey, cached)
res.json(cached)
await cache.set(cacheKey, cached)
try {

@@ -26,0 +26,0 @@ let result = await asyncFn(param)

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