New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.8 to 0.2.9

2

dist/index.cjs.js

@@ -5,3 +5,3 @@ 'use strict';

const height = mx => mx && 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 && 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.2.8",
"version": "0.2.9",
"description": "An array util tool",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "7b33acbf8f6796f6da550020296bfe592a86af72"
"gitHead": "d1911a29fc0916f90c791b9a763bf1bec11c4eb1"
}
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