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

@kerwin612/ngx-query-builder

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kerwin612/ngx-query-builder - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

lib/components/query-builder.component.d.ts

@@ -123,2 +123,4 @@ import { ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';

getQueryItemClassName(local: LocalRuleMeta): string;
getQueryRulesetClassName(): string;
getQueryRuleClassName(): string;
getButtonGroupContext(): ButtonGroupContext;

@@ -125,0 +127,0 @@ getRulesetAddRuleButtonContext(rule: Rule): RulesetAddRuleButtonContext;

2

package.json
{
"name": "@kerwin612/ngx-query-builder",
"version": "0.6.3",
"version": "0.6.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

# ngx-query-builder
[![npm version](https://badge.fury.io/js/@kerwin612%2Fngx-query-builder.svg)](https://badge.fury.io/js/@kerwin612%2Fngx-query-builder)
[![npm downloads a month](https://img.shields.io/npm/dm/@kerwin612%2Fngx-query-builder.svg)](https://img.shields.io/npm/dm/@kerwin612%2Fngx-query-builder.svg)
[![npm downloads a week](https://img.shields.io/npm/dt/@kerwin612%2Fngx-query-builder.svg)](https://img.shields.io/npm/dt/@kerwin612%2Fngx-query-builder.svg)
A modernized Angular 4+ query builder based on jQuery QueryBuilder. Support for heavy customization with Angular components and provides a flexible way to handle custom data types.

@@ -256,3 +260,3 @@

## Dependencies
- Angular 8+
- Angular 18+

@@ -264,6 +268,17 @@ # Development

* `pnpm start`
* vist http://localhost:4200 to see the demo
### demo preview
![demo](/projects/ngx-query-builder-demo/preview/1.png)
![demo](/projects/ngx-query-builder-demo/preview/2.png)
## build
* `pnpm build`
## publish
```bash
cd dist/ngx-query-builder
npm publish --access public
```
## For use in other local projects

@@ -270,0 +285,0 @@ ```bash

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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