New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-querybuilder/bulma

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/bulma - npm Package Compare versions

Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1

dist/index.cjs

29

package.json
{
"name": "@react-querybuilder/bulma",
"description": "Custom Bulma components for react-querybuilder",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
"import": {
"types": "./index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.cjs"
}
}

@@ -19,3 +25,4 @@ },

"files": [
"dist"
"dist",
"index.d.mts"
],

@@ -36,10 +43,10 @@ "repository": {

"devDependencies": {
"@react-querybuilder/ts": "^6.0.0-alpha.0",
"@react-querybuilder/ts": "^6.0.0-alpha.1",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.27",
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react-swc": "^3.1.0",
"bulma": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-querybuilder": "^6.0.0-alpha.0",
"react-querybuilder": "^6.0.0-alpha.1",
"rollup-plugin-visualizer": "^5.9.0",

@@ -53,3 +60,3 @@ "typescript": "^4.9.4",

},
"gitHead": "a0bedbd97a31c657a061612618426eaff22ee35c"
"gitHead": "46cba489e5917a947b6f851cac67c602e2d50955"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc