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

@dgui/react-web-shared

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dgui/react-web-shared - npm Package Compare versions

Comparing version
1.8.1
to
1.8.2-next.1
+7
-7
package.json

@@ -5,3 +5,3 @@ {

"license": "LGPL-3.0-or-later",
"version": "1.8.1",
"version": "1.8.2-next.1",
"private": false,

@@ -38,3 +38,3 @@ "description": "Shared Web Components for a boilerplate React GUI",

"build:esm:prod": "tsc -p ./tsconfig.json",
"build:watch": "tsc -p ./tsconfig.json --watch --pretty --preserveWatchOutput",
"build:watch": "tsc -p ./tsconfig.cjs.json --watch --pretty --preserveWatchOutput",
"----------------------------------------------------------------": "",

@@ -59,3 +59,3 @@ "build:prod:config": "",

"@types/lodash.debounce": "^4.0.9",
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",

@@ -70,7 +70,7 @@ "@types/react-test-renderer": "^19.1.0",

"react-test-renderer": "^19.2.4",
"rimraf": "^6.1.2",
"swiper": "^12.1.0"
"rimraf": "^6.1.3",
"swiper": "^12.1.2"
},
"dependencies": {
"@dgui/react-shared": "1.8.1",
"@dgui/react-shared": "1.8.2-next.1",
"lodash.debounce": "^4.0.8"

@@ -91,3 +91,3 @@ },

],
"gitHead": "edbf1d23ae5ac4171f193f3fd90e6bce4a7e6acb"
"gitHead": "5d6723a1e976333a7be9f892288ceafc286aca75"
}