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

@vect/matrix-init

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/matrix-init - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

dist/index.cjs.js

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

};
const index = (h, w, fn) => {
const init = (h, w, fn) => {
const mx = Array(h);

@@ -45,6 +45,6 @@

exports.fab = draft;
exports.index = index;
exports.ini = index;
exports.ini = init;
exports.init = init;
exports.iso = iso;
exports.shallow = shallow;
exports.starter = starter;

@@ -15,3 +15,3 @@ const draft = (h, w) => {

};
const index = (h, w, fn) => {
const init = (h, w, fn) => {
const mx = Array(h);

@@ -39,2 +39,2 @@

export { draft, draft as fab, index, index as ini, iso, shallow, starter };
export { draft, draft as fab, init as ini, init, iso, shallow, starter };
{
"name": "@vect/matrix-init",
"version": "0.1.2",
"version": "0.1.3",
"description": "A debugging tool",

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

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