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

@enterprise_search/fetchfn

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enterprise_search/fetchfn - npm Package Compare versions

Comparing version 0.8.67 to 0.8.68

4

dist/src/auth.js

@@ -119,2 +119,6 @@ "use strict";

return value(auth.credentials.sasToken);
if ((0, indexconfig_1.isOauth2)(auth))
return value(auth.credentials.clientSecret);
if ((0, indexconfig_1.isOAuthForBasicAuthentication)(auth))
return value(auth.credentials.password);
if ((0, indexconfig_1.isEntraIdAuthentication)(auth))

@@ -121,0 +125,0 @@ return value(auth.credentials.clientSecret);

2

package.json
{
"name": "@enterprise_search/fetchfn",
"description": "Code to abstract fetch calls (node and browser are different)",
"version": "0.8.67",
"version": "0.8.68",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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