@vect/matrix-size
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -5,3 +5,3 @@ 'use strict'; | ||
const height = mx => mx == null ? void 0 : mx.length; | ||
const height = mx => mx === null || mx === void 0 ? void 0 : mx.length; | ||
@@ -8,0 +8,0 @@ const width = mx => { |
@@ -1,2 +0,2 @@ | ||
const height = mx => mx == null ? void 0 : mx.length; | ||
const height = mx => mx === null || mx === void 0 ? void 0 : mx.length; | ||
@@ -3,0 +3,0 @@ const width = mx => { |
{ | ||
"name": "@vect/matrix-size", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "An array util tool", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "2b1a6642d2b4dea4f680a501bb29d6534626abe1" | ||
"gitHead": "1d5453c2bafd0c4cb02adaa1db576a139d3e1012" | ||
} |
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
4039