@typen/vector-type
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -52,3 +52,3 @@ 'use strict'; | ||
function vectorType(vec) { | ||
if (!(vec === null || vec === void 0 ? void 0 : vec.length)) return enumDataTypes.NUL; | ||
if (!(vec !== null && vec !== void 0 && vec.length)) return enumDataTypes.NUL; | ||
const config = this; | ||
@@ -55,0 +55,0 @@ const types = inferTypes.call(config, vec); |
@@ -48,3 +48,3 @@ import { NUL, NUM } from '@typen/enum-data-types'; | ||
function vectorType(vec) { | ||
if (!(vec === null || vec === void 0 ? void 0 : vec.length)) return NUL; | ||
if (!(vec !== null && vec !== void 0 && vec.length)) return NUL; | ||
const config = this; | ||
@@ -51,0 +51,0 @@ const types = inferTypes.call(config, vec); |
{ | ||
"name": "@typen/vector-type", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Check type for array", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@typen/enum-data-types": "^0.1.10", | ||
"@typen/enum-tabular-types": "^0.1.10", | ||
"@typen/infer-type": "^0.1.10", | ||
"@typen/num-strict": "^0.1.10", | ||
"@vect/vector-mapper": "^0.2.10" | ||
"@typen/enum-data-types": "^0.1.11", | ||
"@typen/enum-tabular-types": "^0.1.11", | ||
"@typen/infer-type": "^0.1.11", | ||
"@typen/num-strict": "^0.1.11", | ||
"@vect/vector-mapper": "^0.3.6" | ||
}, | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/typen#readme", | ||
"gitHead": "e9c5c83ab32004971be0bb0d6c4535f7942c3ba8" | ||
"gitHead": "71812744c7728c7af97568cecd78d901613a91cd" | ||
} |
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
7579
+ Added@vect/vector-mapper@0.3.10(transitive)
- Removed@vect/vector-mapper@0.2.13(transitive)
Updated@typen/infer-type@^0.1.11
Updated@typen/num-strict@^0.1.11
Updated@vect/vector-mapper@^0.3.6