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.10.2 to 0.10.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.10.3] - 2019-10-16
### Changed
- merged PR #130: clone props.data
- upgraded tooling modules
## [0.10.2] - 2019-10-05

@@ -2,0 +8,0 @@

2

lib/ReactTabulator.js

@@ -94,3 +94,3 @@ "use strict";

// console.log('data changed!');
return __assign({}, state, { data: props.data });
return __assign({}, state, { data: props.data.slice() });
}

@@ -97,0 +97,0 @@ }

{
"name": "react-tabulator",
"version": "0.10.2",
"version": "0.10.3",
"description": "React Tabulator component",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

"date-fns": "v2.0.0-alpha.25",
"dotenv": "^6.1.0",
"dotenv": "^8.2.0",
"pick-react-known-prop": "^0.1.5",

@@ -55,3 +55,3 @@ "react-tag-autocomplete": "^5.7.1",

"react": ">=15.6.2 || ^16.0.0",
"react-dom": ">=15.6.2 || ^16.0.0"
"react-dom": ">=15.6.2 || ^16.0.0"
},

@@ -64,3 +64,3 @@ "devDependencies": {

"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"concurrently": "^4.0.1",
"concurrently": "^5.0.0",
"enzyme": "^3.7.0",

@@ -67,0 +67,0 @@ "enzyme-adapter-react-16": "^1.6.0",

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