Socket
Socket
Sign inDemoInstall

@jspreadsheet/comments

Package Overview
Dependencies
3
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

18

dist/index.d.ts

@@ -7,14 +7,12 @@ /**

interface comments {
(): any
[key: string]: any
}
declare function comments(user: comments.options): void;
interface options {
user_id?: number;
name?: string;
image?: string;
declare namespace comments {
interface options {
user_id?: number;
name?: string;
image?: string;
}
}
// Declare the user session
export declare function comments(user: options): any
export default comments;

@@ -35,3 +35,3 @@ {

"main": "dist/index.js",
"version": "1.1.2",
"version": "1.1.3",
"types": "dist/index.d.ts",

@@ -38,0 +38,0 @@ "bugs": "https://github.com/jspreadsheet/pro/issues",

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