@garfish/bridge-react-v18
Advanced tools
Comparing version 1.14.3 to 1.14.4-beta-20230428113956.0
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21350
28
1
+ Added@garfish/utils@1.14.4-beta-20230428113956.0(transitive)
- Removed@garfish/utils@1.14.3(transitive)