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

@garfish/bridge-react-v18

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-v18 - npm Package Compare versions

Comparing version 1.14.3 to 1.14.4-beta-20230428113956.0

6

package.json
{
"name": "@garfish/bridge-react-v18",
"version": "1.14.3",
"version": "1.14.4-beta-20230428113956.0",
"description": "garfish module.",

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

"dependencies": {
"@garfish/utils": "1.14.3"
"@garfish/utils": "1.14.4-beta-20230428113956.0"
},

@@ -53,3 +53,3 @@ "devDependencies": {

},
"readme": "# `@garfish/bridge-react-v18`\n\n[![NPM version](https://img.shields.io/npm/v/@garfish/bridge-react-v18.svg?style=flat-square)](https://www.npmjs.com/package/@garfish/bridge-react-v18)\n\n## Usage\n\n```jsx\n// child app\nimport { reactBridge } from '@garfish/bridge-react-v18';\n\nfunction App() {\n return <div>content</div>;\n}\n\nexport const provider = reactBridge({\n el: '#root',\n rootComponent: App,\n});\n```\n"
"readme": "# `@garfish/bridge-react-v18`\n\n[![NPM version](https://img.shields.io/npm/v/@garfish/bridge-react-v18.svg?style=flat-square)](https://www.npmjs.com/package/@garfish/bridge-react-v18)\n\n## Usage\n\n```jsx\n// child app\nimport { reactBridge } from '@garfish/bridge-react-v18';\n\nfunction App() {\n return <div>content</div>;\n}\n\nexport const provider = reactBridge({\n el: '#root',\n rootComponent: App,\n});\n```\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/garfish/blob/main/CONTRIBUTING.md)\n\n## Credit\n\n- [single-spa](https://github.com/single-spa/single-spa) for community raised a hot wave of micro front-end solutions, and we refer to the implementation of the bridge part in [single-spa](https://github.com/single-spa/single-spa) and we think it is a good design, so we fork the code of the bridge implementation part and make some adjustments for the lifecycles in Garfish.\n"
}

@@ -20,1 +20,9 @@ # `@garfish/bridge-react-v18`

```
## Contributing
- [Contributing Guide](https://github.com/modern-js-dev/garfish/blob/main/CONTRIBUTING.md)
## Credit
- [single-spa](https://github.com/single-spa/single-spa) for community raised a hot wave of micro front-end solutions, and we refer to the implementation of the bridge part in [single-spa](https://github.com/single-spa/single-spa) and we think it is a good design, so we fork the code of the bridge implementation part and make some adjustments for the lifecycles in Garfish.
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