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

sofa-api

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sofa-api - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

3

index.cjs.js

@@ -365,3 +365,4 @@ 'use strict';

}
const slicedUrl = url.slice(sofa.basePath.length);
// trim base path and search
const [slicedUrl] = url.slice(sofa.basePath.length).split('?');
const trouterMethod = method.toUpperCase();

@@ -368,0 +369,0 @@ const obj = router.find(trouterMethod, slicedUrl);

@@ -359,3 +359,4 @@ import { __awaiter, __asyncValues, __rest } from 'tslib';

}
const slicedUrl = url.slice(sofa.basePath.length);
// trim base path and search
const [slicedUrl] = url.slice(sofa.basePath.length).split('?');
const trouterMethod = method.toUpperCase();

@@ -362,0 +363,0 @@ const obj = router.find(trouterMethod, slicedUrl);

{
"name": "sofa-api",
"version": "0.10.1",
"version": "0.10.2",
"description": "Create REST APIs with GraphQL",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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