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

react-tabulator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabulator - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

es/index.js

38

package.json
{
"name": "react-tabulator",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepare": "cp ./src/index.tsx ./src/index.js",
"postbuild": "rm -f ./src/index.js && rm -f ./es/*.tsx && rm -f ./lib/*.tsx",
"build": "npm run prepare && nwb build-react-component --copy-files && npm run postbuild",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"dev:watch": "tsc --outDir ./lib --jsx react --watch ./src/index.tsx",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"demo": "nwb react run demo/src/index.js"
},

@@ -26,3 +43,18 @@ "repository": {

"tabulator-tables": "^4.0.4"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"@types/react": "^16.4.14",
"awesome-typescript-loader": "^5.2.1",
"nwb": "0.23.x",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3"
}
}
# react-tabulator
React Tabulator is based on (tabulator)[https://github.com/olifolkerd/tabulator]
React Tabulator is based on [tabulator](https://github.com/olifolkerd/tabulator)
### 📦 Usage
```JS
$ npm install react-tabulator
import { ReactTabulator } from 'react-tabulator';
<ReactTabulator data={data} />
```
### 🔧 Commands
Require: `NodeJS v8.12.0 +`
```
$ npm run start Launch Demo
$ npm run build Make a build
```
yarn.lock
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