Socket
Socket
Sign inDemoInstall

datasaur-local

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datasaur-local

Hypergrid in-memory data source


Version published
Weekly downloads
147
increased by137.1%
Maintainers
1
Weekly downloads
 
Created
Source

This module implements a data source for a simple memory-resident ("local") data table with an essential API of getRowCount(), getValue(x,y) to get a cell, and getSchema() (to get column information implicit in the data).

This essential API is all that is required by Hypergrid v3. Other methods are also included to set up the data row array (setData(arr)), get individual rows (getRow(y)), etc., but these are not required by Hypergrid. API documentation

The current version datasaur-local@3.0.0 should not be considered backward compatible to the previously published version datasaur-local@1.0.0 and certainly not compatible with Hypergrid v2 which had its own local data source (./src/lib/DataSourceOrigin.js) extended from an entirely different base class (fin-hypergrid-data-source-base@0.4.11).

FAQs

Package last updated on 05 Jul 2018

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