New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antv/l7-core

Package Overview
Dependencies
Maintainers
64
Versions
541
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/l7-core - npm Package Compare versions

Comparing version 2.13.4 to 2.13.5

15

es/services/asset/FontService.js

@@ -342,17 +342,6 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

value: function getKey() {
return 'key';
var _this$fontOptions2 = this.fontOptions,
fontFamily = _this$fontOptions2.fontFamily,
fontWeight = _this$fontOptions2.fontWeight,
fontSize = _this$fontOptions2.fontSize,
buffer = _this$fontOptions2.buffer,
sdf = _this$fontOptions2.sdf,
radius = _this$fontOptions2.radius,
cutoff = _this$fontOptions2.cutoff;
if (sdf) {
return "".concat(fontFamily, " ").concat(fontWeight, " ").concat(fontSize, " ").concat(buffer, " ").concat(radius, " ").concat(cutoff, " ");
}
return "".concat(fontFamily, " ").concat(fontWeight, " ").concat(fontSize, " ").concat(buffer);
fontWeight = _this$fontOptions2.fontWeight;
return "".concat(fontFamily, "_").concat(fontWeight);
}

@@ -359,0 +348,0 @@ /**

@@ -365,17 +365,6 @@ "use strict";

value: function getKey() {
return 'key';
var _this$fontOptions2 = this.fontOptions,
fontFamily = _this$fontOptions2.fontFamily,
fontWeight = _this$fontOptions2.fontWeight,
fontSize = _this$fontOptions2.fontSize,
buffer = _this$fontOptions2.buffer,
sdf = _this$fontOptions2.sdf,
radius = _this$fontOptions2.radius,
cutoff = _this$fontOptions2.cutoff;
if (sdf) {
return "".concat(fontFamily, " ").concat(fontWeight, " ").concat(fontSize, " ").concat(buffer, " ").concat(radius, " ").concat(cutoff, " ");
}
return "".concat(fontFamily, " ").concat(fontWeight, " ").concat(fontSize, " ").concat(buffer);
fontWeight = _this$fontOptions2.fontWeight;
return "".concat(fontFamily, "_").concat(fontWeight);
}

@@ -382,0 +371,0 @@ /**

6

package.json
{
"name": "@antv/l7-core",
"version": "2.13.4",
"version": "2.13.5",
"description": "",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"@antv/async-hook": "^2.2.9",
"@antv/l7-utils": "2.13.4",
"@antv/l7-utils": "2.13.5",
"@babel/runtime": "^7.7.7",

@@ -52,3 +52,3 @@ "@turf/helpers": "^6.1.4",

},
"gitHead": "cdbe33fc2bab9da5ec85cbad98d32aa957b9506b",
"gitHead": "0b3af09f76cb5e7ee27b495678ad4833fdb53434",
"publishConfig": {

@@ -55,0 +55,0 @@ "access": "public"

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