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

@garfish/bridge-react

Package Overview
Dependencies
Maintainers
8
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/bridge-react - npm Package Compare versions

Comparing version 1.17.3-beta-20231204134452.0 to 1.17.3-beta-20240124033822.0

4

dist/esm/index.js

@@ -54,3 +54,3 @@ var __defProp = Object.defineProperty;

if (!checkReactVersion(opts.React)) {
throw Error("Please make sure than the react version is higher than or equal to v16 and lower than v18.");
throw Error("Please make sure than the react version is between v16 and v18.");
}

@@ -117,3 +117,3 @@ const providerLifeCycle = {

try {
return Number(majorVersionString) >= 16 && Number(majorVersionString) < 18;
return Number(majorVersionString) >= 16 && Number(majorVersionString) <= 18;
} catch (err) {

@@ -120,0 +120,0 @@ return false;

@@ -85,3 +85,3 @@ var __create = Object.create;

if (!checkReactVersion(opts.React)) {
throw Error("Please make sure than the react version is higher than or equal to v16 and lower than v18.");
throw Error("Please make sure than the react version is between v16 and v18.");
}

@@ -148,3 +148,3 @@ const providerLifeCycle = {

try {
return Number(majorVersionString) >= 16 && Number(majorVersionString) < 18;
return Number(majorVersionString) >= 16 && Number(majorVersionString) <= 18;
} catch (err) {

@@ -151,0 +151,0 @@ return false;

{
"name": "@garfish/bridge-react",
"version": "1.17.3-beta-20231204134452.0",
"version": "1.17.3-beta-20240124033822.0",
"description": "garfish module.",

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"@garfish/utils": "1.17.3-beta-20231204134452.0"
"@garfish/utils": "1.17.3-beta-20240124033822.0"
},

@@ -37,0 +37,0 @@ "devDependencies": {

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