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.9 to 2.0.10

es/statistics.d.ts

3

es/index.d.ts

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

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

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

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

@@ -11,3 +11,4 @@ "use strict";

BKDRHash: true,
DOM: true
DOM: true,
Satistics: true
};

@@ -26,3 +27,3 @@ Object.defineProperty(exports, "djb2hash", {

});
exports.DOM = void 0;
exports.Satistics = exports.DOM = void 0;

@@ -99,2 +100,6 @@ var _hash = require("./hash");

});
var Satistics = _interopRequireWildcard(require("./statistics"));
exports.Satistics = Satistics;
//# sourceMappingURL=index.js.map
{
"name": "@antv/l7-utils",
"version": "2.0.9",
"version": "2.0.10",
"description": "",

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

},
"gitHead": "2b44abb43e3a1ec141cba0911e90a42e58b51532",
"gitHead": "1ca88167e1decb83b6ac8b5ccd6756ff13ed7491",
"publishConfig": {

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