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

@clerk/shared

Package Overview
Dependencies
Maintainers
9
Versions
1898
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/shared - npm Package Compare versions

Comparing version 0.10.1-staging.0 to 0.11.0-staging.0

dist/esm/chunk-BC345PTP.js

2

dist/esm/index.js

@@ -48,3 +48,3 @@ import {

toSentence
} from "./chunk-FVYOK5JA.js";
} from "./chunk-BC345PTP.js";

@@ -51,0 +51,0 @@ // src/errors/thrower.ts

@@ -5,3 +5,3 @@ import {

noop
} from "../chunk-FVYOK5JA.js";
} from "../chunk-BC345PTP.js";

@@ -8,0 +8,0 @@ // src/testUtils/index.ts

@@ -1149,4 +1149,5 @@ "use strict";

const isWebDriver = navigator2?.webdriver;
const isUserAgentOnline = navigator2?.connection?.rtt !== 0 && navigator2?.connection?.downlink !== 0;
return !isUserAgentRobot && !isWebDriver && isUserAgentOnline;
const isNavigatorOnline = navigator2?.onLine;
const isExperimentalConnectionOnline = navigator2?.connection?.rtt !== 0 && navigator2?.connection?.downlink !== 0;
return !isUserAgentRobot && !isWebDriver && isExperimentalConnectionOnline && isNavigatorOnline;
}

@@ -1153,0 +1154,0 @@

{
"name": "@clerk/shared",
"version": "0.10.1-staging.0",
"version": "0.11.0-staging.0",
"description": "Internal package utils used by the Clerk SDKs",

@@ -21,3 +21,3 @@ "types": "./dist/types/index.d.ts",

"devDependencies": {
"@clerk/types": "^3.26.0-staging.0",
"@clerk/types": "^3.26.0-staging.1",
"@testing-library/dom": "^8.19.0",

@@ -43,3 +43,3 @@ "@testing-library/jest-dom": "^5.16.5",

"license": "ISC",
"gitHead": "38a369f975a957effb3a81540c3b328931845e83",
"gitHead": "1d87f08cb3f24ed61f9612c1d936c9b25f338d4c",
"publishConfig": {

@@ -46,0 +46,0 @@ "access": "public"

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