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.13.5 to 1.13.6

6

dist/esm/index.js

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

if (window.__GARFISH__ && typeof __GARFISH_EXPORTS__ === "object" && __GARFISH_EXPORTS__) {
__GARFISH_EXPORTS__.provider = provider;
if (__GARFISH_EXPORTS__.registerProvider) {
__GARFISH_EXPORTS__.registerProvider(provider);
} else {
__GARFISH_EXPORTS__.provider = provider;
}
}

@@ -68,0 +72,0 @@ return provider;

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

if (window.__GARFISH__ && typeof __GARFISH_EXPORTS__ === "object" && __GARFISH_EXPORTS__) {
__GARFISH_EXPORTS__.provider = provider;
if (__GARFISH_EXPORTS__.registerProvider) {
__GARFISH_EXPORTS__.registerProvider(provider);
} else {
__GARFISH_EXPORTS__.provider = provider;
}
}

@@ -99,0 +103,0 @@ return provider;

4

package.json
{
"name": "@garfish/bridge-react",
"version": "1.13.5",
"version": "1.13.6",
"description": "garfish module.",

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

"dependencies": {
"@garfish/utils": "1.13.5"
"@garfish/utils": "1.13.6"
},

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