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

@jspreadsheet/validations

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspreadsheet/validations - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

11

dist/index.d.ts

@@ -7,7 +7,10 @@ /**

interface validations {
(): any
[key: string]: any
declare function validations(options?: validations.options): void;
declare namespace validations {
interface options {
}
}
export declare function validations(): any
export default validations;

@@ -30,3 +30,3 @@ {

"dependencies": {
"jsuites": "^5.3.3",
"jsuites": "^5.4.0",
"lemonadejs": "^4.2.2"

@@ -36,3 +36,3 @@ },

"types": "dist/index.d.ts",
"version": "5.0.1",
"version": "5.0.2",
"bugs": "https://github.com/jspreadsheet/pro/issues",

@@ -39,0 +39,0 @@ "homepage": "https://github.com/jspreadsheet/pro",

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