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

victor-dev-toolbox

Package Overview
Dependencies
Maintainers
0
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victor-dev-toolbox - npm Package Compare versions

Comparing version 1.1.71 to 1.1.72

6

dist/index.d.ts

@@ -134,2 +134,8 @@ interface CountryInterface {

}
/**
* Represents the interface for adding a new record to the database.
* @property {FileUploadInterface[]} files - An array of file upload information.
* @property {FileUploadInterface[]} documents - An array of document upload information.
* @property {any} record - The record data to be added to the database.
*/
interface AddRecordInterface {

@@ -136,0 +142,0 @@ files: FileUploadInterface[];

2

package.json
{
"name": "victor-dev-toolbox",
"version": "1.1.71",
"version": "1.1.72",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -72,2 +72,8 @@ import { FileUploadInterface } from "./file-manager.interface";

/**
* Represents the interface for adding a new record to the database.
* @property {FileUploadInterface[]} files - An array of file upload information.
* @property {FileUploadInterface[]} documents - An array of document upload information.
* @property {any} record - The record data to be added to the database.
*/
export interface AddRecordInterface {

@@ -74,0 +80,0 @@ files: FileUploadInterface[],

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