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

@verdocs/js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdocs/js-sdk - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

4

Documents/Initials.d.ts

@@ -5,4 +5,4 @@ export interface IInitials {

url: string;
created_at?: Date;
updated_at?: Date;
created_at?: string;
updated_at?: string;
}

@@ -9,0 +9,0 @@ /**

{
"name": "@verdocs/js-sdk",
"version": "1.1.14",
"version": "1.1.15",
"private": false,

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Verdocs/js-sdk",

@@ -120,3 +120,3 @@ import { IOrganization } from '../Organizations/Types';

featured?: boolean;
created_at?: Date;
created_at?: string;
}

@@ -145,4 +145,4 @@ export interface IStar {

id?: string;
updated_at?: Date;
created_at?: Date;
updated_at?: string;
created_at?: string;
template_id: string;

@@ -193,3 +193,3 @@ mime: string;

id?: string;
created_at?: Date;
created_at?: string;
is_on: boolean;

@@ -196,0 +196,0 @@ setup_time: number;

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