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

@civic/common-gateway-react

Package Overview
Dependencies
Maintainers
13
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@civic/common-gateway-react - npm Package Compare versions

Comparing version 0.11.9-alpha.2 to 0.11.9-beta.0

2

dist/cjs/gateway/GatewayContext.js

@@ -55,3 +55,3 @@ "use strict";

const DEFAULT_REDIRECT_URL = 'https://getpass.civic.com';
const redirectUrlFromWindow = () => (window === null || window === void 0 ? void 0 : window.location.href) ? encodeURIComponent(window.location.href) : DEFAULT_REDIRECT_URL;
const redirectUrlFromWindow = () => (global === null || global === void 0 ? void 0 : global.window) ? encodeURIComponent(window.location.href) : DEFAULT_REDIRECT_URL;
const GatewayProvider = ({ children = null, wallet, chainImplementation, wrapper, logo, stage = 'prod', redirectUrl, gatekeeperNetwork, options = { autoShowModal: true }, ownerSigns, expiryMarginSeconds = 0, partnerAppId, }) => {

@@ -58,0 +58,0 @@ if (options.logLevel && logger_1.default.setLogLevel) {

@@ -26,3 +26,3 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";

const DEFAULT_REDIRECT_URL = 'https://getpass.civic.com';
const redirectUrlFromWindow = () => (window === null || window === void 0 ? void 0 : window.location.href) ? encodeURIComponent(window.location.href) : DEFAULT_REDIRECT_URL;
const redirectUrlFromWindow = () => (global === null || global === void 0 ? void 0 : global.window) ? encodeURIComponent(window.location.href) : DEFAULT_REDIRECT_URL;
export const GatewayProvider = ({ children = null, wallet, chainImplementation, wrapper, logo, stage = 'prod', redirectUrl, gatekeeperNetwork, options = { autoShowModal: true }, ownerSigns, expiryMarginSeconds = 0, partnerAppId, }) => {

@@ -29,0 +29,0 @@ if (options.logLevel && logger.setLogLevel) {

{
"name": "@civic/common-gateway-react",
"version": "0.11.9-alpha.2",
"version": "0.11.9-beta.0",
"main": "./dist/cjs/index.js",

@@ -37,3 +37,3 @@ "module": "./dist/esm/index.js",

},
"gitHead": "9ddadd06319c679b84bb554f301c294f2f9b4b27"
"gitHead": "9f123c689371a4e42ed99db06e2b68e1be16688b"
}
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