New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vect/matrix-transpose

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/matrix-transpose - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

dist/index.cjs.js

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

h = h || (mx == null ? void 0 : mx.length), w = w || h && ((_mx$ = mx[0]) == null ? void 0 : _mx$.length);
h = h || (mx === null || mx === void 0 ? void 0 : mx.length), w = w || h && ((_mx$ = mx[0]) === null || _mx$ === void 0 ? void 0 : _mx$.length);
const cols = Array(w);

@@ -21,0 +21,0 @@

@@ -14,3 +14,3 @@ import { mapper } from '@vect/vector-mapper';

h = h || (mx == null ? void 0 : mx.length), w = w || h && ((_mx$ = mx[0]) == null ? void 0 : _mx$.length);
h = h || (mx === null || mx === void 0 ? void 0 : mx.length), w = w || h && ((_mx$ = mx[0]) === null || _mx$ === void 0 ? void 0 : _mx$.length);
const cols = Array(w);

@@ -17,0 +17,0 @@

{
"name": "@vect/matrix-transpose",
"version": "0.4.9",
"version": "0.4.10",
"description": "An array util tool",

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

"dependencies": {
"@vect/vector-mapper": "^0.4.9"
"@vect/vector-mapper": "^0.4.10"
},

@@ -37,3 +37,3 @@ "repository": {

"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