@analys/chips
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -11,13 +11,18 @@ 'use strict'; | ||
/** @type {*} */ | ||
key; | ||
/** @type {*} */ | ||
field; | ||
/** @type {Object} */ | ||
data = {}; | ||
/** @type {Function} */ | ||
to; | ||
/** @type {Function} */ | ||
updater; | ||
/** @type {Function} */ | ||
filter; | ||
/** | ||
@@ -31,9 +36,4 @@ * | ||
*/ | ||
constructor([key, to], [field, mode], filter) { | ||
this.key = void 0; | ||
this.field = void 0; | ||
this.data = {}; | ||
this.to = void 0; | ||
this.updater = void 0; | ||
this.filter = void 0; | ||
this.key = key; | ||
@@ -40,0 +40,0 @@ this.to = to; |
@@ -7,13 +7,18 @@ import { modeToInit, modeToTally } from '@analys/util-pivot'; | ||
/** @type {*} */ | ||
key; | ||
/** @type {*} */ | ||
field; | ||
/** @type {Object} */ | ||
data = {}; | ||
/** @type {Function} */ | ||
to; | ||
/** @type {Function} */ | ||
updater; | ||
/** @type {Function} */ | ||
filter; | ||
/** | ||
@@ -27,9 +32,4 @@ * | ||
*/ | ||
constructor([key, to], [field, mode], filter) { | ||
this.key = void 0; | ||
this.field = void 0; | ||
this.data = {}; | ||
this.to = void 0; | ||
this.updater = void 0; | ||
this.filter = void 0; | ||
this.key = key; | ||
@@ -36,0 +36,0 @@ this.to = to; |
{ | ||
"name": "@analys/chips", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A debugging tool", | ||
@@ -18,6 +18,6 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@analys/enum-pivot-mode": "^0.5.2", | ||
"@analys/util-pivot": "^0.5.2", | ||
"@vect/object-init": "^0.4.2", | ||
"@vect/vector-mapper": "^0.4.2" | ||
"@analys/enum-pivot-mode": "^0.5.3", | ||
"@analys/util-pivot": "^0.5.3", | ||
"@vect/object-init": "^0.4.9", | ||
"@vect/vector-mapper": "^0.4.9" | ||
}, | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "dd7d32337cf20da822d2e1562b53b6e31e17f950" | ||
"gitHead": "0af48a2583aa1018a2417d845b502dd7fda30a16" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6356
Updated@analys/util-pivot@^0.5.3
Updated@vect/object-init@^0.4.9
Updated@vect/vector-mapper@^0.4.9