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

@vect/matrix-size

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/matrix-size - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

dist/index.cjs.js

@@ -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"
}
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