Socket
Socket
Sign inDemoInstall

@vect/columns-update

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/columns-update - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

dist/index.cjs.js

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

const splices = (mx, ys) => {
const hi = (ys == null ? void 0 : ys.length) ?? 0;
const hi = (ys === null || ys === void 0 ? void 0 : ys.length) ?? 0;
if (hi === 0) return mx;

@@ -35,0 +35,0 @@ if (hi === 1) return vectorMapper.mapper(mx, r => (r.splice(ys[0], 1), r));

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

const splices = (mx, ys) => {
const hi = (ys == null ? void 0 : ys.length) ?? 0;
const hi = (ys === null || ys === void 0 ? void 0 : ys.length) ?? 0;
if (hi === 0) return mx;

@@ -31,0 +31,0 @@ if (hi === 1) return mapper(mx, r => (r.splice(ys[0], 1), r));

{
"name": "@vect/columns-update",
"version": "0.4.9",
"version": "0.4.10",
"description": "A math util library",

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

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

@@ -38,3 +38,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