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

@frontegg/client

Package Overview
Dependencies
Maintainers
1
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 4.2.2 to 5.0.0-alpha.1

1

dist/src/clients/identity/types.d.ts

@@ -46,2 +46,3 @@ export declare enum AuthHeaderType {

profilePictureUrl?: string;
superUser?: true;
}

@@ -48,0 +49,0 @@ export interface IApiToken extends IEntityWithRoles {

@@ -0,1 +1,13 @@

# [5.0.0-alpha.1](https://github.com/frontegg/nodejs-sdk/compare/4.2.2...5.0.0-alpha.1) (2023-06-18)
### Bug Fixes
* **identity:** added superUser property to IUser ([#145](https://github.com/frontegg/nodejs-sdk/issues/145)) ([a73fc0e](https://github.com/frontegg/nodejs-sdk/commit/a73fc0ef6bcf9bda690a115b1d93fbe7968992e8))
### BREAKING CHANGES
* **identity:** dropping support for node 12
## [4.2.2](https://github.com/frontegg/nodejs-sdk/compare/4.2.1...4.2.2) (2023-03-14)

@@ -2,0 +14,0 @@

4

package.json
{
"name": "@frontegg/client",
"version": "4.2.2",
"version": "5.0.0-alpha.1",
"description": "Frontegg Javascript Library for backend node servers",

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

"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"semantic-release": "^21.0.5",
"ts-jest": "^28.0.8",

@@ -66,0 +66,0 @@ "typescript": "^4.8.4"

@@ -36,3 +36,4 @@ <br />

### As of version 3.0.0 and 4.0.0, we will no longer provide proxy middlewares
* ### As of version 3.0.0 and 4.0.0, we will no longer provide proxy middlewares
* ### As of version 5.0.0, node 12 is no loner supported.

@@ -49,2 +50,3 @@ To see an example implementation, head over to our

```bash
# node 14+
npm install @frontegg/client

@@ -51,0 +53,0 @@ ```

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