🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

geostyler-cql-parser

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geostyler-cql-parser - npm Package Compare versions

Comparing version

to
4.0.0-beta.4

4

dist/CqlParser.js

@@ -46,4 +46,4 @@ import { isGeoStylerFunction, isFilter, isOperator } from 'geostyler-style/dist/typeguards';

try {
// @ts-expect-error
return cqlParser.parse(text);
// @ts-expect-error defined in the window object
return window.cqlParser.parse(text);
}

@@ -50,0 +50,0 @@ catch (e) {

{
"name": "geostyler-cql-parser",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Translates CQL Filters and Geostyler Style Filters",

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

Sorry, the diff of this file is not supported yet