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.9.5 to 0.9.6

lib/ConfigUtils.d.ts

3

CHANGELOG.md

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

## [0.9.5] - 2019-03-15
## [0.9.6] - 2019-09-06

@@ -7,2 +7,3 @@ ### Changed

- merged PR #75 - thanks @maco222
- merged PR #88 - generate type files - thanks @mstlaurent-paradigm

@@ -9,0 +10,0 @@ ## [0.9.1] - 2019-03-15

"use strict";
exports.__esModule = true;
var ReactTabulator_1 = require("./ReactTabulator");
exports.ReactTabulator = ReactTabulator_1["default"];
var React15Tabulator_1 = require("./React15Tabulator");
exports.React15Tabulator = React15Tabulator_1["default"];
var ReactTabulatorExample_1 = require("./ReactTabulatorExample");
exports.ReactTabulatorExample = ReactTabulatorExample_1["default"];
var Utils_1 = require("./Utils");
module.exports = {
ReactTabulator: ReactTabulator_1["default"],
React15Tabulator: React15Tabulator_1["default"],
ReactTabulatorExample: ReactTabulatorExample_1["default"],
reactFormatter: Utils_1.reactFormatter
};
exports.reactFormatter = Utils_1.reactFormatter;
{
"name": "react-tabulator",
"version": "0.9.5",
"version": "0.9.6",
"description": "React Tabulator component",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "es/index.js",

@@ -14,3 +15,3 @@ "files": [

"scripts": {
"build": "npm run clean && tsc --outDir ./lib --jsx react ./src/index.tsx && npm run postbuild",
"build": "npm run clean && tsc --outDir ./lib --jsx react --declaration ./src/index.ts && npm run postbuild",
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib && cp ./src/styles.css ./ && cp -R ./src/css ./",

@@ -21,3 +22,3 @@ "clean": "nwb clean-module && nwb clean-demo",

"dev": "NODE_ENV=dev concurrently --kill-others \"npm run dev:watch\" \"npm run start\"",
"dev:watch": "tsc --outDir ./lib --jsx react --watch ./src/index.tsx",
"dev:watch": "tsc --outDir ./lib --jsx react --declaration --watch ./src/index.ts",
"test": "NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose",

@@ -24,0 +25,0 @@ "test:watch": "NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose --watchAll",

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