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
534
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

to
2.0.24

es/anchor.d.ts

1

es/index.d.ts

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

export * from './color';
export * from './anchor';
import * as Satistics from './statistics';
export { DOM, Satistics };

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

export * from './color';
export * from './anchor';
import * as Satistics from './statistics';
export { DOM, Satistics };
//# sourceMappingURL=index.js.map

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

var _anchor = require("./anchor");
Object.keys(_anchor).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 _anchor[key];
}
});
});
var Satistics = _interopRequireWildcard(require("./statistics"));

@@ -101,0 +114,0 @@

4

package.json
{
"name": "@antv/l7-utils",
"version": "2.0.23",
"version": "2.0.24",
"description": "",

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

},
"gitHead": "3e5c4aecc5add062cdcfb21255421c2f03f0655d",
"gitHead": "55c5d9d3a1122f1f3ec8d771d84452b8ee0536a6",
"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