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

@globus/react-auth-context

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globus/react-auth-context - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

2

dist/esm/package.json
{
"type": "module",
"version": "0.0.7"
"version": "0.1.0"
}

@@ -21,4 +21,4 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
Provider: () => Provider,

@@ -29,3 +29,3 @@ initialState: () => initialState,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -32,0 +32,0 @@ // src/State.ts

{
"name": "@globus/react-auth-context",
"version": "0.0.9",
"version": "0.1.0",
"description": "A React context for integrating Globus Auth into your application using the Globus JavaScript SDK",

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

"peerDependencies": {
"@globus/sdk": "^4.2.0 || ^5.0.0",
"@globus/sdk": "^5.4.0",
"react": ">=18",

@@ -33,3 +33,3 @@ "react-dom": ">=18"

"devDependencies": {
"@globus/sdk": "^5.0.0",
"@globus/sdk": "^5.4.0",
"@testing-library/dom": "^10.4.0",

@@ -42,11 +42,11 @@ "@testing-library/jest-dom": "^6.5.0",

"@types/react-dom": "^18.3.0",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-location-mock": "^2.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typedoc": "^0.27.4",
"typedoc-plugin-markdown": "^4.2.7",

@@ -53,0 +53,0 @@ "typescript": "^5.6.2"

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