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
23
Versions
532
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.0.0-beta.20 to 2.0.0-beta.21

es/color.d.ts

16

CHANGELOG.md

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

# [2.0.0-beta.21](https://github.com/antvis/L7/compare/v2.0.0-beta.16...v2.0.0-beta.21) (2019-12-18)
### Bug Fixes
* **scene:** contianer resize ([1c3be82](https://github.com/antvis/L7/commit/1c3be82711999b70a802a7f0c24ff9ccf76e2d94))
### Features
* **layer:** add setSelect setActive 方法 & refactor color util ([5c27d66](https://github.com/antvis/L7/commit/5c27d66a6401192f5e0406a2f4c3e0983dc2867c))
# [2.0.0-beta.20](https://github.com/antvis/L7/compare/v2.0.0-beta.16...v2.0.0-beta.20) (2019-12-12)

@@ -8,0 +24,0 @@

1

es/index.d.ts

@@ -7,2 +7,3 @@ export { djb2hash, BKDRHash } from './hash';

export * from './event';
export * from './color';
export { DOM };

@@ -7,3 +7,4 @@ export { djb2hash, BKDRHash } from './hash';

export * from './event';
export * from './color';
export { DOM };
//# sourceMappingURL=index.js.map

@@ -85,2 +85,15 @@ "use strict";

var _color = require("./color");
Object.keys(_color).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _color[key];
}
});
});
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -87,0 +100,0 @@

4

package.json
{
"name": "@antv/l7-utils",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "",

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

},
"gitHead": "3f89ea3603b23bf54695284febd99a1271d25333",
"gitHead": "481d80c0d43172b94b2ffde2a821f044bc047f15",
"publishConfig": {

@@ -42,0 +42,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