@antv/util
Advanced tools
Comparing version 1.2.5 to 1.3.0
@@ -36,2 +36,3 @@ | ||
clone: require('./clone'), | ||
debounce: require('./debounce'), | ||
deepMix: require('./deep-mix'), | ||
@@ -51,2 +52,3 @@ each: each, | ||
pick: require('./pick'), | ||
throttle: require('./throttle'), | ||
toArray: require('./to-array'), | ||
@@ -53,0 +55,0 @@ toString: require('./to-string'), |
{ | ||
"name": "@antv/util", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"description": "A common util collection for antv projects", | ||
@@ -5,0 +5,0 @@ "main": "build/util.js", |
@@ -36,2 +36,3 @@ | ||
clone: require('./clone'), | ||
debounce: require('./debounce'), | ||
deepMix: require('./deep-mix'), | ||
@@ -51,2 +52,3 @@ each, | ||
pick: require('./pick'), | ||
throttle: require('./throttle'), | ||
toArray: require('./to-array'), | ||
@@ -53,0 +55,0 @@ toString: require('./to-string'), |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
369611
261
11434