Socket
Socket
Sign inDemoInstall

@workos-inc/authkit-react

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workos-inc/authkit-react - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

1

dist/index.d.ts
import { createClient, User } from '@workos-inc/authkit-js';
export { getClaims } from '@workos-inc/authkit-js';
import * as React from 'react';

@@ -3,0 +4,0 @@

9

dist/index.js

@@ -71,2 +71,3 @@ "use strict";

AuthKitProvider: () => AuthKitProvider,
getClaims: () => import_authkit_js2.getClaims,
useAuth: () => useAuth

@@ -171,13 +172,15 @@ });

getUser: () => null,
getAccessToken: () => Promise.resolve(void 0),
refreshSession: () => __async(void 0, null, function* () {
}),
getAccessToken: () => Promise.reject(new import_authkit_js.LoginRequiredError()),
signOut: () => {
}
};
// src/index.ts
var import_authkit_js2 = require("@workos-inc/authkit-js");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
AuthKitProvider,
getClaims,
useAuth
});
//# sourceMappingURL=index.js.map
{
"name": "@workos-inc/authkit-react",
"version": "0.3.2",
"version": "0.4.0",
"description": "AuthKit React SDK",

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

"dependencies": {
"@workos-inc/authkit-js": "0.2.2"
"@workos-inc/authkit-js": "0.4.0"
}
}
export { useAuth } from './hook';
export { AuthKitProvider } from './provider';
export { getClaims } from '@workos-inc/authkit-js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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