@empjs/cdn-react
Advanced tools
+21
-23
| { | ||
| "name": "@empjs/cdn-react", | ||
| "version": "0.19.1", | ||
| "description": "empShare runtime", | ||
| "version": "0.20.0", | ||
| "description": "react cdn runtime", | ||
| "license": "MIT", | ||
@@ -11,11 +11,8 @@ "type": "module", | ||
| "maintainers": [ | ||
| "xuhongbin", | ||
| "ckken", | ||
| "doerme", | ||
| "ron0115" | ||
| "xuhongbin" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/empjs/emp.git", | ||
| "directory": "packages/cdn-react-19" | ||
| "url": "git+hhtps://git.sysop.bigo.sg/fed-activity/nova-flow/bigo-nova-core.git", | ||
| "directory": "packages/cdn-react" | ||
| }, | ||
@@ -27,23 +24,24 @@ "publishConfig": { | ||
| "types": "dist/reactRouter.d.ts", | ||
| "scripts": { | ||
| "dev": "pnpm run /^dev:.*/", | ||
| "dev:bundle": "rslib build --watch", | ||
| "dev:serve": "serve ./dist --cors -p 2200", | ||
| "build": "rslib build", | ||
| "start": "serve ./dist --cors -p 2200", | ||
| "oss": "nova-oss" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=24" | ||
| }, | ||
| "author": "Ken", | ||
| "dependencies": { | ||
| "react": "19.1.1", | ||
| "react-dom": "19.1.1", | ||
| "react-router-dom": "^6.25.1" | ||
| "@nova/oss": "workspace:^", | ||
| "react": "19.2.3", | ||
| "react-dom": "19.2.3", | ||
| "wouter": "^3.9.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@swc/core": "^1.10.4", | ||
| "@types/react": "^19.0.2", | ||
| "@types/react-dom": "^19.0.2" | ||
| }, | ||
| "scripts": { | ||
| "dev": "pnpm run /^dev:.*/", | ||
| "dev:bundle": "tsup --watch", | ||
| "dev:serve": "serve ./dist --cors -p 1900", | ||
| "build": "tsup", | ||
| "start": "serve ./dist --cors -p 1900" | ||
| "@types/react": "19.2.7", | ||
| "@types/react-dom": "19.2.3" | ||
| } | ||
| } | ||
| } |
| import * as react from 'react'; | ||
| export { react as React }; | ||
| import * as reactDom from 'react-dom'; | ||
| export { reactDom as ReactDOM }; | ||
| export { jsxDEV } from 'react/jsx-dev-runtime'; | ||
| export * from 'react/jsx-runtime'; | ||
| export * from 'react-dom/client'; | ||
| import 'react-router-dom'; |
| import * as react from 'react'; | ||
| export { react as React }; | ||
| import * as reactDom from 'react-dom'; | ||
| export { reactDom as ReactDOM }; | ||
| export { jsxDEV } from 'react/jsx-dev-runtime'; | ||
| export * from 'react/jsx-runtime'; | ||
| export * from 'react-dom/client'; | ||
| import * as reactRouterDom from 'react-router-dom'; | ||
| export { reactRouterDom as ReactRouterDOM }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2
-33.33%0
-100%5394138
-59.62%4
33.33%9
-18.18%23955
-40.37%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated