@vect/vector-select
Advanced tools
Comparing version 0.4.10 to 0.5.0
{ | ||
"name": "@vect/vector-select", | ||
"version": "0.4.10", | ||
"version": "0.5.0", | ||
"description": "A math util library", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"files": [ | ||
@@ -18,6 +21,6 @@ "dist" | ||
"dependencies": { | ||
"@aryth/comparer": "^0.3.26", | ||
"@aryth/rand": "^0.3.26", | ||
"@vect/swap": "^0.4.10", | ||
"@vect/vector-update": "^0.4.10" | ||
"@aryth/comparer": "^0.4.9", | ||
"@aryth/rand": "^0.4.9", | ||
"@vect/swap": "^0.5.0", | ||
"@vect/vector-update": "^0.5.0" | ||
}, | ||
@@ -39,3 +42,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "1d5453c2bafd0c4cb02adaa1db576a139d3e1012" | ||
"gitHead": "955b6a3cb9d91c78f41b466ad3f170f7eb859204" | ||
} |
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
9345
6
153
+ Added@aryth/comparer@0.4.10(transitive)
+ Added@aryth/rand@0.4.10(transitive)
+ Added@vect/swap@0.5.23(transitive)
+ Added@vect/vector-update@0.5.23(transitive)
- Removed@aryth/comparer@0.3.26(transitive)
- Removed@aryth/rand@0.3.26(transitive)
- Removed@vect/swap@0.4.10(transitive)
- Removed@vect/vector-update@0.4.10(transitive)
Updated@aryth/comparer@^0.4.9
Updated@aryth/rand@^0.4.9
Updated@vect/swap@^0.5.0
Updated@vect/vector-update@^0.5.0