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

@iad-os/react-ghost-auth

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iad-os/react-ghost-auth - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

build/index.es.js

@@ -649,3 +649,3 @@ import { jsx, jsxs } from 'react/jsx-runtime';

const HOSTNAME = window.location.hostname;
const HOSTNAME = process.env.REACT_APP_GA_PREFIX || window.location.hostname;
const ACCESS_TOKEN = `${HOSTNAME}_access_token`;

@@ -652,0 +652,0 @@ const REFRESH_TOKEN = `${HOSTNAME}_refresh_token`;

@@ -657,3 +657,3 @@ 'use strict';

const HOSTNAME = window.location.hostname;
const HOSTNAME = process.env.REACT_APP_GA_PREFIX || window.location.hostname;
const ACCESS_TOKEN = `${HOSTNAME}_access_token`;

@@ -660,0 +660,0 @@ const REFRESH_TOKEN = `${HOSTNAME}_refresh_token`;

{
"name": "@iad-os/react-ghost-auth",
"version": "0.4.3",
"version": "0.4.4",
"maintainers": [

@@ -5,0 +5,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