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.31 to 8.0.32

6

dist/index.d.ts

@@ -466,2 +466,8 @@ /**

pluginOptions?: Record<string, any>;
/** This is a internal controller for the spreadsheet locked properties. Please use editable to make it readonly. */
locked?: boolean;
/** Allow the selection of unlocked cells. Default: true. */
selectUnLockedCells?: boolean;
/** Allow the selection of locked cells. Default: true. */
selectLockedCells?: boolean;
}

@@ -468,0 +474,0 @@

2

package.json

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

"types": "dist/index.d.ts",
"version": "8.0.31"
"version": "8.0.32"
}

Sorry, the diff of this file is too big to display

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