Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/util

Package Overview
Dependencies
Maintainers
7
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/util - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/util-1.2.3.min.js

6

lib/index.js

@@ -11,2 +11,3 @@

var mathUtil = require('./math/');
var matrixUtil = require('./matrix/');
var objectUtil = require('./object/');

@@ -21,6 +22,9 @@ var pathUtil = require('./path/');

DomUtil: DOMUtil,
MatrixUtil: matrixUtil,
arrayUtil: arrayUtil,
domUtil: DOMUtil,
eventUtil: eventUtil,
formatUtil: formatUtil,
mathUtil: mathUtil,
matrixUtil: matrixUtil,
objectUtil: objectUtil,

@@ -52,3 +56,3 @@ stringUtil: stringUtil,

each([DOMUtil, arrayUtil, eventUtil, formatUtil, mathUtil, objectUtil, pathUtil, stringUtil, typeUtil], function (collection) {
each([DOMUtil, arrayUtil, eventUtil, formatUtil, mathUtil, matrixUtil, objectUtil, pathUtil, stringUtil, typeUtil], function (collection) {
mix(util, collection);

@@ -55,0 +59,0 @@ });

2

package.json
{
"name": "@antv/util",
"version": "1.2.2",
"version": "1.2.3",
"description": "A common util collection for antv projects",

@@ -5,0 +5,0 @@ "main": "build/util.js",

@@ -11,2 +11,3 @@

const mathUtil = require('./math/');
const matrixUtil = require('./matrix/');
const objectUtil = require('./object/');

@@ -21,6 +22,9 @@ const pathUtil = require('./path/');

DomUtil: DOMUtil,
MatrixUtil: matrixUtil,
arrayUtil,
domUtil: DOMUtil,
eventUtil,
formatUtil,
mathUtil,
matrixUtil,
objectUtil,

@@ -58,2 +62,3 @@ stringUtil,

mathUtil,
matrixUtil,
objectUtil,

@@ -60,0 +65,0 @@ pathUtil,

Sorry, the diff of this file is too big to display

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