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

@antv/l7-utils

Package Overview
Dependencies
Maintainers
24
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/l7-utils - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.1.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)
### Bug Fixes
* 修复颜色纹理取色问题 & 图片标注默认颜色问题 ([9d6b198](https://github.com/antvis/L7/commit/9d6b198f76b44c55ce0a094c6649c9e4130a398b))
## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20)

@@ -8,0 +19,0 @@

4

es/color.js

@@ -33,3 +33,3 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";

canvas.height = 1;
var gradient = ctx.createLinearGradient(0, 0, 256, 0);
var gradient = ctx.createLinearGradient(0, 0, 256, 1);
var data = null;

@@ -47,4 +47,4 @@ var min = colorRamp.positions[0];

data = new Uint8ClampedArray(ctx.getImageData(0, 0, 256, 1).data);
return new ImageData(data, 16, 16);
return new ImageData(data, 256, 1);
}
//# sourceMappingURL=color.js.map

@@ -52,3 +52,3 @@ "use strict";

canvas.height = 1;
var gradient = ctx.createLinearGradient(0, 0, 256, 0);
var gradient = ctx.createLinearGradient(0, 0, 256, 1);
var data = null;

@@ -66,4 +66,4 @@ var min = colorRamp.positions[0];

data = new Uint8ClampedArray(ctx.getImageData(0, 0, 256, 1).data);
return new ImageData(data, 16, 16);
return new ImageData(data, 256, 1);
}
//# sourceMappingURL=color.js.map
{
"name": "@antv/l7-utils",
"version": "2.1.6",
"version": "2.1.7",
"description": "",

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

},
"gitHead": "2441a7d091b04836bc219fafe26dd73df79a90fa",
"gitHead": "df65b9cbc450e4f7bdf55c6cd1ea29c63bb130f2",
"publishConfig": {

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

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