Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@empjs/lib-react-18

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empjs/lib-react-18 - npm Package Compare versions

Comparing version
0.0.3
to
0.1.0
+1
-0
dist/runtime.d.ts

@@ -5,1 +5,2 @@ import * as react from 'react';

export { reactDom as ReactDOM };
export * from 'react-dom/client';
+10
-10
{
"name": "@empjs/lib-react-18",
"version": "0.0.3",
"version": "0.1.0",
"description": "empShare runtime",

@@ -58,7 +58,7 @@ "license": "MIT",

"dependencies": {
"@empjs/module-federation-runtime": "^0.6.2",
"@module-federation/runtime": "0.6.1",
"@module-federation/sdk": "0.6.1",
"react": "17",
"react-dom": "17"
"core-js": "^3.37.1",
"@module-federation/runtime": "^0.3.3",
"@module-federation/sdk": "^0.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@@ -68,4 +68,4 @@ "devDependencies": {

"@types/node": "^20.12.7",
"@types/react": "17",
"@types/react-dom": "17",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"cross-env": "^7.0.3",

@@ -82,8 +82,8 @@ "rimraf": "^5.0.5",

"dev:lib-prod": "cross-env NODE_ENV=production WATCH=true TYPE=lib tsup",
"dev:serve": "serve ./dist --cors -p 1700",
"dev:serve": "serve ./dist --cors -p 1800",
"build": "rimraf dist && pnpm run /^build:.*/",
"build:lib-dev": "cross-env NODE_ENV=development WATCH=false TYPE=lib tsup",
"build:li-prod": "cross-env NODE_ENV=production WATCH=false TYPE=lib tsup",
"start": "serve ./dist --cors -p 1700"
"start": "serve ./dist --cors -p 1800"
}
}

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