Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typen/vector-type

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typen/vector-type - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

dist/index.cjs.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc