New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

data-table

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-table

simple html5 json powered data table component

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

data-table

super simple html5 json powered data table component. inspired by google refine/reclinejs

npm install data-table

run the demo/hack on it

npm install
npm start

usage

var createTable = require('data-table')

var table = createTable(['a','b','c']) // headers

table.pipe(process.stdout)

table.write(['1', '2', '3']) // cells
table.write(['4', '5', '6']) // cells
table.end()

license

BSD

FAQs

Package last updated on 19 May 2014

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