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.2.9 to 0.2.10-alpha.0

4

dist/index.cjs.js

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

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

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

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

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

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

{
"name": "@vect/columns-update",
"version": "0.2.9",
"version": "0.2.10-alpha.0",
"description": "A math util library",

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

"dependencies": {
"@vect/vector-mapper": "^0.2.9",
"@vect/vector-update": "^0.2.9",
"@vect/vector-zipper": "^0.2.9"
"@vect/vector-mapper": "^0.2.10-alpha.0",
"@vect/vector-update": "^0.2.10-alpha.0",
"@vect/vector-zipper": "^0.2.10-alpha.0"
},

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

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