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

@dudadev/ms-client-auth

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dudadev/ms-client-auth - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

lib/index.js

@@ -85,3 +85,5 @@ "use strict";

return _asyncToGenerator(function* () {
const response = yield window.fetch('/api/ms/auth');
const response = yield window.fetch('/api/ms/auth', {
credentials: 'include'
});
return response.json();

@@ -88,0 +90,0 @@ })();

{
"name": "@dudadev/ms-client-auth",
"version": "1.2.3",
"version": "1.2.4",
"description": "Client to authenticate Duda's microservices' clients",

@@ -5,0 +5,0 @@ "main": "lib/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