@vect/columns-mapper
Advanced tools
Comparing version 0.7.19 to 0.7.20
{ | ||
"name": "@vect/columns-mapper", | ||
"version": "0.7.19", | ||
"description": "An array util tool", | ||
"version": "0.7.20", | ||
"description": "Iterate through columns of an 2d-array(matrix), with returned value or without returned value, or iterate using generator.", | ||
"main": "./dist/index.cjs", | ||
@@ -22,4 +22,4 @@ "exports": { | ||
"@vect/column-getter": "^0.6.13", | ||
"@vect/column-mapper": "^0.7.19", | ||
"@vect/matrix-index": "^0.7.19" | ||
"@vect/column-mapper": "^0.7.20", | ||
"@vect/matrix-index": "^0.7.20" | ||
}, | ||
@@ -42,3 +42,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "1f6551fd81b2e702d4c9da7969588c902667b350" | ||
"gitHead": "39cc7c7be5473d9e97f84745c3aec790cd7d4199" | ||
} |
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
6590
5
76
Updated@vect/column-mapper@^0.7.20
Updated@vect/matrix-index@^0.7.20