Socket
Socket
Sign inDemoInstall

@antv/data-wizard

Package Overview
Dependencies
Maintainers
59
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/data-wizard - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4-alpha.0

2

esm/analyzer/index.js

@@ -105,3 +105,3 @@ import * as utils from '../utils';

return false;
var list = rawData.filter(function (item) { return !utils.isNull(item) && utils.isBasicType(item); });
var list = rawData.filter(function (item) { return !utils.isNull(item) && utils.isString(item); });
if (list.length === 0)

@@ -108,0 +108,0 @@ return false;

@@ -117,3 +117,3 @@ "use strict";

return false;
var list = rawData.filter(function (item) { return !utils.isNull(item) && utils.isBasicType(item); });
var list = rawData.filter(function (item) { return !utils.isNull(item) && utils.isString(item); });
if (list.length === 0)

@@ -120,0 +120,0 @@ return false;

{
"name": "@antv/data-wizard",
"version": "2.0.3",
"version": "2.0.4-alpha.0",
"description": "A js/ts library for data processing",

@@ -68,3 +68,3 @@ "author": {

"@antv/algorithm": "^0.1.12",
"@antv/ckb": "^2.0.3",
"@antv/ckb": "^2.0.4-alpha.0",
"date-fns": "^2.23.0",

@@ -86,3 +86,4 @@ "mersenne-twister": "^1.1.0",

"typescript": "4.3.5"
}
},
"gitHead": "89b3d65260aadc8b7ca750e97755a44f8c270d2a"
}

@@ -1,2 +0,2 @@

<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> English | [简体中文](./README.zh-CN.md)
<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> English | [简体中文](./zh-CN/README.zh-CN.md)

@@ -3,0 +3,0 @@

Sorry, the diff of this file is too big to display

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