Socket
Socket
Sign inDemoInstall

@analys/table-init

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analys/table-init - npm Package Compare versions

Comparing version 0.3.7 to 0.3.9

24

dist/index.cjs.js

@@ -58,5 +58,7 @@ 'use strict';

const matchSlice = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchSlice = (o = {}) => {
var _o$head, _o$rows;
const head = (_o$head = o.head) !== null && _o$head !== void 0 ? _o$head : o.banner,
rows = (_o$rows = o.rows) !== null && _o$rows !== void 0 ? _o$rows : o.matrix;
return {

@@ -73,5 +75,7 @@ head,

const matchShallow = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchShallow = (o = {}) => {
var _o$head2, _o$rows2;
const head = (_o$head2 = o.head) !== null && _o$head2 !== void 0 ? _o$head2 : o.banner,
rows = (_o$rows2 = o.rows) !== null && _o$rows2 !== void 0 ? _o$rows2 : o.matrix;
return {

@@ -88,5 +92,7 @@ head: head.slice(),

const matchClone = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchClone = (o = {}) => {
var _o$head3, _o$rows3;
const head = (_o$head3 = o.head) !== null && _o$head3 !== void 0 ? _o$head3 : o.banner,
rows = (_o$rows3 = o.rows) !== null && _o$rows3 !== void 0 ? _o$rows3 : o.matrix;
return {

@@ -93,0 +99,0 @@ head: head.slice(),

@@ -54,5 +54,7 @@ import { Mx } from 'veho';

const matchSlice = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchSlice = (o = {}) => {
var _o$head, _o$rows;
const head = (_o$head = o.head) !== null && _o$head !== void 0 ? _o$head : o.banner,
rows = (_o$rows = o.rows) !== null && _o$rows !== void 0 ? _o$rows : o.matrix;
return {

@@ -69,5 +71,7 @@ head,

const matchShallow = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchShallow = (o = {}) => {
var _o$head2, _o$rows2;
const head = (_o$head2 = o.head) !== null && _o$head2 !== void 0 ? _o$head2 : o.banner,
rows = (_o$rows2 = o.rows) !== null && _o$rows2 !== void 0 ? _o$rows2 : o.matrix;
return {

@@ -84,5 +88,7 @@ head: head.slice(),

const matchClone = o => {
const head = o.head || o.banner,
rows = o.rows || o.matrix;
const matchClone = (o = {}) => {
var _o$head3, _o$rows3;
const head = (_o$head3 = o.head) !== null && _o$head3 !== void 0 ? _o$head3 : o.banner,
rows = (_o$rows3 = o.rows) !== null && _o$rows3 !== void 0 ? _o$rows3 : o.matrix;
return {

@@ -89,0 +95,0 @@ head: head.slice(),

{
"name": "@analys/table-init",
"version": "0.3.7",
"version": "0.3.9",
"description": "A cross-table analytics tool",

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

"homepage": "https://github.com/hoyeungw/analys#readme",
"gitHead": "45f21df2c0925f93eceb17049696ec0a58b134ce"
"gitHead": "f4abfaa159832767f79cbd9c3de1b7e71aa6edfb"
}
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