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

@jspreadsheet/autowidth

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspreadsheet/autowidth - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

index.js
/**
* Plugin for auto width cols
*
* @version 1.0.0
* @version 1.0.1
* @author Guillaume Bonnaire <contact@gbonnaire.fr>

@@ -17,2 +17,5 @@ * @website https://repo.gbonnaire.fr

global.jss_autoWidth = factory();
// Compatibility Old version
global.jexcel_autoWidth = global.jss_autoWidth;
}(this, (function () {

@@ -142,5 +145,2 @@ return (function(instance, options) {

})));
// Compatibility Old version
window.jexcel_autoWidth = jss_autoWidth;
})));

@@ -28,3 +28,3 @@ {

"main": "index.js",
"version": "1.0.0"
"version": "1.0.1"
}

@@ -63,4 +63,3 @@ ## jSpreadsheet Plugin : auto Width

## NPM
Coming soon (2021)
npm install @jspreadsheet/autoWidth
npm install @jspreadsheet/autowidth
```javascript

@@ -67,0 +66,0 @@ import jss_autoWidth from '@jspreadsheet/autowidth';

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