Socket
Socket
Sign inDemoInstall

jspreadsheet-alpha

Package Overview
Dependencies
2
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.31 to 9.0.32

6

dist/index.d.ts

@@ -17,3 +17,3 @@ /**

/** Jspreadsheet parser extension. More info at: https://jspreadsheet.com/products */
function render(options: any) : void;
function render(element: HTMLElement, options: any) : void;

@@ -600,2 +600,6 @@ /** Jspreadsheet forms extension. More info at: https://jspreadsheet.com/products */

resize?: 'horizontal' | 'vertical' | 'both' | 'none' | undefined;
/** Wrap. Default: false */
wrap?: boolean,
/** Show the worksheet gridlines. Default: true */
gridline?: boolean,
}

@@ -602,0 +606,0 @@

2

package.json

@@ -27,3 +27,3 @@ {

"types": "dist/index.d.ts",
"version": "9.0.31"
"version": "9.0.32"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc