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

@everymundo/em-eureka

Package Overview
Dependencies
Maintainers
30
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/em-eureka - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

7

lib/intercept-token.js

@@ -11,5 +11,6 @@ 'use strict';

return praetorianClient.post('/tokens/m2m', {data}).then((response) => {
console.log(response.body);
const {accessToken} = JSON.parse(response.body);
return accessToken.toString();
// console.log(response.body);
const {accessToken} = response.body;
// console.log(accessToken);
return accessToken;
}).catch((error) => {

@@ -16,0 +17,0 @@ console.log(`${error.status}: ${error.message}`);

{
"name": "@everymundo/em-eureka",
"version": "1.10.4",
"version": "1.10.5",
"description": "wrapper around eureka-js-client for everymundo microservice apps",

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