🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-querybuilder/dnd

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/dnd - npm Package Compare versions

Comparing version

to
6.0.3-alpha.0

dist/index.development.cjs

16

package.json
{
"name": "@react-querybuilder/dnd",
"description": "Drag-and-drop-enabled version of react-querybuilder",
"version": "6.0.2",
"version": "6.0.3-alpha.0",
"publishConfig": {

@@ -37,4 +37,5 @@ "access": "public"

"start": "vite",
"dev": "vite dev --config vite.config.dev.ts",
"build": "vite build && tsc --emitDeclarationOnly",
"build": "vite build && concurrently --timings --names dev,types yarn:build:dev yarn:build:types",
"build:dev": "vite build --mode development",
"build:types": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit",

@@ -44,7 +45,8 @@ "typecheck:watch": "yarn typecheck --watch"

"devDependencies": {
"@react-querybuilder/ts": "^6.0.2",
"@react-querybuilder/ts": "^6.0.3-alpha.0",
"@testing-library/react": "^13.4.0",
"@types/node": "^18.14.1",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@vitejs/plugin-react-swc": "^3.2.0",
"concurrently": "^7.6.0",
"react": "^18.2.0",

@@ -56,3 +58,3 @@ "react-dnd": "^16.0.1",

"react-dom": "^18.2.0",
"react-querybuilder": "^6.0.2",
"react-querybuilder": "^6.0.3-alpha.0",
"rollup-plugin-visualizer": "^5.9.0",

@@ -67,3 +69,3 @@ "typescript": "^4.9.5",

},
"gitHead": "f7f162ca9292af370c7239d400774dd874a3b84d"
"gitHead": "4c3c1578eba3ff8b0902c812e4fb8edd4b5d62c3"
}