Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nextgis/properties-filter

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/properties-filter - npm Package Compare versions

Comparing version 1.16.2 to 1.16.5

7

lib/index.d.ts

@@ -20,4 +20,7 @@ import type { Feature } from 'geojson';

*/
export declare type Operations = 'gt' | 'lt' | 'ge' | 'le' | 'eq' | 'ne' | 'in' | 'notin' | 'like' | 'ilike';
export declare type Operation = 'gt' | 'lt' | 'ge' | 'le' | 'eq' | 'ne' | 'in' | 'notin' | 'like' | 'ilike';
/** @deprecated use {@link Operation} instead */
export declare type Operations = Operation;
declare type Properties = {

@@ -38,3 +41,3 @@ [name: string]: any;

T extends null ? string : keyof T | `%${string & keyof T}` | `%${string & keyof T}%` | `${string & keyof T}%`,
Operations,
Operation,
any

@@ -41,0 +44,0 @@ ];

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */
/******************************************************************************

@@ -3,0 +3,0 @@ Copyright (c) Microsoft Corporation.

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */
/******************************************************************************

@@ -3,0 +3,0 @@ Copyright (c) Microsoft Corporation.

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */
var PropertiesFilter = (function (exports) {

@@ -3,0 +3,0 @@ 'use strict';

{
"name": "@nextgis/properties-filter",
"version": "1.16.2",
"version": "1.16.5",
"description": "Filtering objects by its properties using expressions",

@@ -11,7 +11,7 @@ "main": "index.js",

"dependencies": {
"@nextgis/utils": "^1.16.2",
"@nextgis/utils": "^1.16.5",
"geojson": "^0.5.0"
},
"devDependencies": {
"@nextgis/build-tools": "^1.16.2"
"@nextgis/build-tools": "^1.16.5"
},

@@ -52,3 +52,3 @@ "buildOptions": {

},
"gitHead": "3bb21edf6017753d9d8148eaae2b8edf86bac00a"
"gitHead": "62517973c613a7bfdc1851d99db1428b18a81b4d"
}

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

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

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