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

react-querybuilder

Package Overview
Dependencies
Maintainers
2
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-querybuilder - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

0

CHANGELOG.md

@@ -0,0 +0,0 @@ ## Change Log

@@ -0,0 +0,0 @@ The MIT License (MIT)

2

package.json
{
"name": "react-querybuilder",
"version": "3.5.0",
"version": "3.5.1",
"description": "The React <QueryBuilder /> component for constructing queries",

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

@@ -0,0 +0,0 @@ # react-querybuilder

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ export { default as ValueEditor } from './ValueEditor';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import { QueryBuilder } from './QueryBuilder';

import React from 'react';
import { QueryBuilderProps } from './types';
export declare const QueryBuilder: React.FC<QueryBuilderProps>;
import React from 'react';
import { RuleProps } from './types';
export declare const Rule: React.FC<RuleProps>;
import React from 'react';
import { RuleGroupProps } from './types';
export declare const RuleGroup: React.FC<RuleGroupProps>;

@@ -0,0 +0,0 @@ import React from 'react';

import { RuleGroupType, RuleType } from '../types';
declare const findRule: (id: string, parent: RuleGroupType) => RuleGroupType | RuleType | undefined;
export default findRule;

@@ -0,0 +0,0 @@ import { ExportFormat, RuleGroupType, ValueProcessor } from '../types';

@@ -0,0 +0,0 @@ import { RuleType, RuleGroupType } from '../types';

import { RuleGroupType, RuleType } from '../types';
declare const getLevel: (id: string, index: number, query: RuleGroupType | RuleType) => number;
export default getLevel;

@@ -0,0 +0,0 @@ export { default as findRule } from './findRule';

@@ -0,0 +0,0 @@ import { RuleType, RuleGroupType } from '../types';

Sorry, the diff of this file is too big to display

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