Socket
Socket
Sign inDemoInstall

react_query_forge

Package Overview
Dependencies
10
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 2.0.0

2

dist/utils/FilterGroup.js

@@ -267,3 +267,3 @@ "use strict";

}
}, "Add Group"), allowedRemoveGroupForge && level === 0 && /*#__PURE__*/_react["default"].createElement("button", {
}, "Add Group"), allowedRemoveGroupForge && level !== 0 && /*#__PURE__*/_react["default"].createElement("button", {
style: {

@@ -270,0 +270,0 @@ padding: '0.5rem 1rem',

{
"name": "react_query_forge",
"version": "1.9.0",
"version": "2.0.0",
"description": "React Query Forge is a powerful package developed by Abhishek Garg that simplifies the process of building complex nested queries in React applications. Similar to a React query builder, React Query Forge excels in handling nested grouping with ease, presenting data in a tree-like structure for enhanced clarity and flexibility.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -281,3 +281,3 @@ import React from 'react'

</button>}
{allowedRemoveGroupForge && level === 0 && <button
{allowedRemoveGroupForge && level !== 0 && <button
style={{

@@ -284,0 +284,0 @@ padding: '0.5rem 1rem',

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc