New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antv/data-set

Package Overview
Dependencies
Maintainers
34
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/data-set

data set with state management

  • 0.11.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24K
increased by2.62%
Maintainers
34
Weekly downloads
 
Created
Source

data-set

npm package NPM downloads Percentage of issues still open

Data set with state management.

Installing

npm install @antv/data-set

import DataSet from '@antv/data-set';

const ds = new DataSet({
  state: {
    // initialize state
    foo: 'bar',
  },
});

Document

Keywords

FAQs

Package last updated on 01 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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