🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@maptalks/function-type

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/function-type - npm Package Compare versions

Comparing version
1.2.1
to
1.2.2
+1
-1
index.js

@@ -295,3 +295,3 @@ /*eslint-disable no-var, prefer-const*/

if (isFunctionDefinition(stops[i][1])) {
const fn = createFunction(stops[i][1], defaultType);
const fn = createFunction1(stops[i][1], defaultType);
isZoomConstant = isZoomConstant && fn.isZoomConstant;

@@ -298,0 +298,0 @@ isFeatureConstant = isFeatureConstant && fn.isFeatureConstant;

{
"name": "@maptalks/function-type",
"version": "1.2.1",
"version": "1.2.2",
"main": "./index.js",

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