Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@analys/chips

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analys/chips - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

14

dist/index.cjs.js

@@ -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"
}
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