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

@nextgis/paint

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/paint - npm Package Compare versions

Comparing version 1.16.2 to 1.16.5

2

lib/index.d.ts

@@ -48,3 +48,3 @@ import type { Feature } from 'geojson';

export declare function expressionCallback<P = Record<string, any>>(paint: P, defaultPaint?: P, getPaintFunctions?: Record<string, GetPaintFunction>): CirclePaint | PathPaint | PinPaint | {
export declare function expressionCallback<P extends Record<string, any> = Record<string, any>>(paint: P, defaultPaint?: P, getPaintFunctions?: Record<string, GetPaintFunction>): CirclePaint | PathPaint | PinPaint | {
(feature: Feature): VectorAdapterLayerPaint;

@@ -51,0 +51,0 @@ paint: P;

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

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

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

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

/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */
function isExpression(value) {

@@ -3,0 +3,0 @@ if (Array.isArray(value)) {

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

/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */
import { featureFilter } from '@nextgis/properties-filter';

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

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

/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */
var Paint = (function (exports) {

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

{
"name": "@nextgis/paint",
"version": "1.16.2",
"version": "1.16.5",
"description": "Create style for vector layer",

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

"dependencies": {
"@nextgis/properties-filter": "^1.16.2",
"@nextgis/properties-filter": "^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