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.5 to 1.1.6

5

dist/index.d.ts

@@ -676,7 +676,6 @@ interface CountryInterface {

type PedeaVideoTypes = 'depot' | 'petrolStation' | 'product';
interface VideoInterface extends DatabaseItemInterface {
title: string;
description?: string;
videoType: PedeaVideoTypes;
videoType: string;
viewCount?: number;

@@ -690,2 +689,2 @@ }

export { type AccountOwnerInterface, type AgeInterface, type BankAccountInterface, type BankAccountTypes, type BankBranchInterface, type BankInterface, type CartInterface, type CartItemInterface, type CategoryInterface, type CategoryStatusInterface, type CategoryStatusType, type ChatDetailsInterface, type ChatInterface, type ChatMessageInterface, type ChatParticipantsInterface, type CountryInterface, type CurrencyConversionInterface, type CurrencyInterface, type DBStatusTypes, type DatabaseItemInterface, type DeleteOptionsInterface, DeliveryMethodsData, type DescriptionInterface, EastAfricanCountries, type FieldValueInterface, type FileUploadInterface, type FileUploadProgressInterface, type FilteredItemsInterface, type GooglePayTransactionInterface, type ImagePreviewTypes, type ImageShapeTypes, type ImageSizeTypes, type InvoiceEmailInterface, type InvoiceInterface, type LocationInterface, type LoginInterface, type MultipleFieldValueInterface, type NotificationDataInterface, type NotificationInterface, type NotificationMessageInterface, type NotificationTypes, type OrderInterface, type OrganizationEmailInterface, type OrganizationInterface, PRIVACY_POLICY_DATA, type PedeaVideoTypes, type PendingInvoiceInterface, type PrivacyItemsInterface, type PrivacyPolicyInterface, type ProductAvailabilityInterface, type ProductAvailabilityTypes, type ProductInterface, type ProductOptionsInterface, type ResetPasswordInterface, type SalesAndMarketingInterface, type SearchFieldsInterface, type SearchInterface, type SignupInterface, type SubCategoryInterface, type SubscriptionMessageType, type TimeGroupType, type UploadProductInterface, type UserInterface, type UserNotificationInterface, type UserRoleTypes, type UserRolesInterface, type VideoInterface, type VideoThumbNailInterface, type VideoUploadInterface, WordCount, type categorySubscriptionInterface, checkProductAvailability, combineArrays, continentData, convertToSpecifiedCurrency, copyToClipboard, countriesData, defaultCurrencyData, defaultLandingPage, displayCartItems, enableUpdate, filterArrayBySpecifiedField, generateFields, generateInvoiceNumber, generateSearchFields, generateUniqueId, getAgeFromDateString, getCurrentTime, getDayOfTheWeek, getFieldValuesFromArray, getFirstWords, getFullAge, getFullDateToday, getImageURLfromArray, getItemFromArrayByIndex, getItemPrice, getLastWordsInRange, getMilisecondsTillMidnight, getPrivacyPolicy, getTimeAgo, getTimeGroup, getTotalForField, getTotalPrice, invoiceHTML, isToday, isUserAuthorizedToUpdateItem, isValidDate, locationsData, productAvailabilityData, productsToHideData, removeDuplicatesByKeys, routesNotToSaveData, searchObjectsByFields, selectCountryPage, shareItem, type shareItemInterface, sortArrayByKey, tableRows, unauthorizedPage, upsertItemInArray, wasItemCreatedByUser };
export { type AccountOwnerInterface, type AgeInterface, type BankAccountInterface, type BankAccountTypes, type BankBranchInterface, type BankInterface, type CartInterface, type CartItemInterface, type CategoryInterface, type CategoryStatusInterface, type CategoryStatusType, type ChatDetailsInterface, type ChatInterface, type ChatMessageInterface, type ChatParticipantsInterface, type CountryInterface, type CurrencyConversionInterface, type CurrencyInterface, type DBStatusTypes, type DatabaseItemInterface, type DeleteOptionsInterface, DeliveryMethodsData, type DescriptionInterface, EastAfricanCountries, type FieldValueInterface, type FileUploadInterface, type FileUploadProgressInterface, type FilteredItemsInterface, type GooglePayTransactionInterface, type ImagePreviewTypes, type ImageShapeTypes, type ImageSizeTypes, type InvoiceEmailInterface, type InvoiceInterface, type LocationInterface, type LoginInterface, type MultipleFieldValueInterface, type NotificationDataInterface, type NotificationInterface, type NotificationMessageInterface, type NotificationTypes, type OrderInterface, type OrganizationEmailInterface, type OrganizationInterface, PRIVACY_POLICY_DATA, type PendingInvoiceInterface, type PrivacyItemsInterface, type PrivacyPolicyInterface, type ProductAvailabilityInterface, type ProductAvailabilityTypes, type ProductInterface, type ProductOptionsInterface, type ResetPasswordInterface, type SalesAndMarketingInterface, type SearchFieldsInterface, type SearchInterface, type SignupInterface, type SubCategoryInterface, type SubscriptionMessageType, type TimeGroupType, type UploadProductInterface, type UserInterface, type UserNotificationInterface, type UserRoleTypes, type UserRolesInterface, type VideoInterface, type VideoThumbNailInterface, type VideoUploadInterface, WordCount, type categorySubscriptionInterface, checkProductAvailability, combineArrays, continentData, convertToSpecifiedCurrency, copyToClipboard, countriesData, defaultCurrencyData, defaultLandingPage, displayCartItems, enableUpdate, filterArrayBySpecifiedField, generateFields, generateInvoiceNumber, generateSearchFields, generateUniqueId, getAgeFromDateString, getCurrentTime, getDayOfTheWeek, getFieldValuesFromArray, getFirstWords, getFullAge, getFullDateToday, getImageURLfromArray, getItemFromArrayByIndex, getItemPrice, getLastWordsInRange, getMilisecondsTillMidnight, getPrivacyPolicy, getTimeAgo, getTimeGroup, getTotalForField, getTotalPrice, invoiceHTML, isToday, isUserAuthorizedToUpdateItem, isValidDate, locationsData, productAvailabilityData, productsToHideData, removeDuplicatesByKeys, routesNotToSaveData, searchObjectsByFields, selectCountryPage, shareItem, type shareItemInterface, sortArrayByKey, tableRows, unauthorizedPage, upsertItemInArray, wasItemCreatedByUser };

2

package.json
{
"name": "victor-dev-toolbox",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

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

import { DatabaseItemInterface } from "./database.interface";
export type PedeaVideoTypes = 'depot' | 'petrolStation' | 'product';
export interface VideoInterface extends DatabaseItemInterface {
title: string,
description?: string,
videoType: PedeaVideoTypes,
videoType: string,
viewCount?: number,

@@ -10,0 +10,0 @@

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