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

@frontegg/client

Package Overview
Dependencies
Maintainers
2
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/client - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

7

dist/src/clients/http/http-client.js

@@ -15,6 +15,3 @@ "use strict";

await this.authenticator.validateAuthentication();
request.headers = {
...request.headers,
['x-access-token']: this.authenticator.accessToken,
};
request.headers.set('x-access-token', this.authenticator.accessToken);
if (request.baseURL) {

@@ -26,3 +23,3 @@ if ((_a = request.headers) === null || _a === void 0 ? void 0 : _a['frontegg-vendor-host']) {

return request;
}, (err) => Promise.reject(err));
});
}

@@ -29,0 +26,0 @@ async get(url, headers) {

@@ -0,1 +1,8 @@

## [5.2.1](https://github.com/frontegg/nodejs-sdk/compare/5.2.0...5.2.1) (2023-11-27)
### Bug Fixes
* bump axios version (security) ([09bbdf0](https://github.com/frontegg/nodejs-sdk/commit/09bbdf0050b01f42fd38e245acade35288a92c41))
# [5.2.0](https://github.com/frontegg/nodejs-sdk/compare/5.1.2...5.2.0) (2023-11-02)

@@ -2,0 +9,0 @@

{
"name": "@frontegg/client",
"version": "5.2.0",
"version": "5.2.1",
"description": "Frontegg Javascript Library for backend node servers",

@@ -26,4 +26,3 @@ "main": "dist/index.js",

"@frontegg/entitlements-javascript-commons": "^1.0.0",
"@slack/web-api": "^6.7.2",
"axios": "^0.27.2",
"axios": "^1.6.2",
"jsonwebtoken": "^9.0.0",

@@ -30,0 +29,0 @@ "node-cache": "^5.1.2",

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