New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jspreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspreadsheet - npm Package Compare versions

Comparing version 8.0.20 to 8.0.21

8

dist/index.d.ts

@@ -32,2 +32,4 @@ /**

onchange?: Function;
/** To update the state of this item **/
updateState?: Function;
}

@@ -47,3 +49,3 @@

/** When the user add a new item to the dropdown. */
oninsert: Function;
oninsert?: Function;
}

@@ -55,3 +57,3 @@

/** Label for the selected item. */
value?: string;
name?: string;
/** Description of the item */

@@ -241,3 +243,3 @@ title?: string;

/** Event: onafterchanges(jspreadsheetHTMLElement, jspreadsheetInstance) */
onafterchanges?: (element: HTMLElement, cell: HTMLElement, x: number, y: number, newValue: any, oldValue: any) => void;
onafterchanges?: (worksheet: Object, record: Array<any>) => void;
/** When a copy is performed in the spreadsheet. Any string returned will overwrite the user data or return null to progress with the default behavior. */

@@ -244,0 +246,0 @@ oncopy?: (worksheet: Object, selectedCells: [], data: String) => String;

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

"types": "dist/index.d.ts",
"version": "8.0.20"
"version": "8.0.21"
}
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