🎩 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.1.0
to
1.1.1
+8
-8
index.js

@@ -7,4 +7,4 @@ /*eslint-disable no-var, prefer-const*/

fun = function () { return parameters; };
fun.isFeatureConstant = true;
fun.isZoomConstant = true;
// fun.isFeatureConstant = true;
// fun.isZoomConstant = true;

@@ -53,4 +53,4 @@ } else {

};
fun.isFeatureConstant = false;
fun.isZoomConstant = false;
// fun.isFeatureConstant = false;
// fun.isZoomConstant = false;

@@ -61,4 +61,4 @@ } else if (zoomDependent) {

};
fun.isFeatureConstant = true;
fun.isZoomConstant = false;
// fun.isFeatureConstant = true;
// fun.isZoomConstant = false;
} else {

@@ -68,4 +68,4 @@ fun = function (zoom, feature) {

};
fun.isFeatureConstant = false;
fun.isZoomConstant = true;
// fun.isFeatureConstant = false;
// fun.isZoomConstant = true;
}

@@ -72,0 +72,0 @@ }

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

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