Socket
Socket
Sign inDemoInstall

@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.3 to 1.2.4

dist/util-1.2.4.min.js

1

lib/index.js

@@ -22,2 +22,3 @@

MatrixUtil: matrixUtil,
PathUtil: pathUtil,
arrayUtil: arrayUtil,

@@ -24,0 +25,0 @@ domUtil: DOMUtil,

4

lib/path/index.js

@@ -5,5 +5,7 @@

var path2curve = require('./path2curve');
var catmullRom2Bezier = require('./catmull-rom2bezier');
module.exports = {
catmullRomToBezier: require('./catmull-rom2bezier'),
catmullRom2Bezier: catmullRom2Bezier,
catmullRomToBezier: catmullRom2Bezier,
fillPath: require('./fill-path'),

@@ -10,0 +12,0 @@ fillPathByDiff: require('./fill-path-by-diff'),

{
"name": "@antv/util",
"version": "1.2.3",
"version": "1.2.4",
"description": "A common util collection for antv projects",

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

@@ -22,2 +22,3 @@

MatrixUtil: matrixUtil,
PathUtil: pathUtil,
arrayUtil,

@@ -24,0 +25,0 @@ domUtil: DOMUtil,

@@ -5,5 +5,7 @@

const path2curve = require('./path2curve');
const catmullRom2Bezier = require('./catmull-rom2bezier');
module.exports = {
catmullRomToBezier: require('./catmull-rom2bezier'),
catmullRom2Bezier,
catmullRomToBezier: catmullRom2Bezier,
fillPath: require('./fill-path'),

@@ -10,0 +12,0 @@ fillPathByDiff: require('./fill-path-by-diff'),

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