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

column-resizer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

column-resizer - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="v1.3.4"></a>
# [v1.3.4](https://github.com/MonsantoCo/column-resizer/compare/v1.3.3...v1.3.4) (2019-08-28)
## Bug fixes
## Enhancement
* Security update [5837aa1](https://github.com/MonsantoCo/column-resizer/commit/5837aa11af89c02933bb490f262abc2093923ff3) (2019-08-28)
<a name="v1.3.3"></a>

@@ -2,0 +9,0 @@ # [v1.3.3](https://github.com/MonsantoCo/column-resizer/compare/v1.3.2...v1.3.3) (2019-07-15)

2

package.json
{
"name": "column-resizer",
"version": "1.3.3",
"version": "1.3.4",
"description": "Javascript to resize table columns",

@@ -5,0 +5,0 @@ "title": "ColumnResizer",

@@ -78,3 +78,4 @@ # ColumnResizer

/*
* In this example, a table controls the resizing of the local table remotely.
* In this example, one table controls the resizing of the
* another table so both tables' columns resize synchronously.
*/

@@ -97,6 +98,8 @@ enableResize() {

if (this.resizer) {
// This will return the current state of the
// options including column widths.
// These widths can be saved so the table
// can be initialized with them.
/* This will return the current options object.
*
* The options, which include the column widths,
* can be used to re-create the table with the
* same column widths as last used.
*/
this.resizer.reset({ disable: true });

@@ -103,0 +106,0 @@ }

Sorry, the diff of this file is not supported yet

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