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

@figuredev/business-config-sdk

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/business-config-sdk - npm Package Compare versions

Comparing version 0.15.25 to 0.15.26

14

lib/location.d.ts

@@ -5,4 +5,4 @@ export declare type LocationDTO = {

timezone: string;
address: AddressDTO;
contactInfo: StoreContactInfoDTO;
address?: AddressDTO;
contactInfo?: StoreContactInfoDTO;
hoursOfOperation?: TimeAvailabilityInfoDTO;

@@ -17,9 +17,9 @@ config?: {

timezone: string;
address: AddressDTO;
contactInfo: StoreContactInfoDTO;
address?: AddressDTO;
contactInfo?: StoreContactInfoDTO;
};
export declare type StoreContactInfoDTO = {
websiteUrl: string | null;
emailAddress: string | null;
phoneNumber: string | null;
websiteUrl?: string | null;
emailAddress?: string | null;
phoneNumber?: string | null;
facebook?: string | null;

@@ -26,0 +26,0 @@ instagram?: string | null;

{
"name": "@figuredev/business-config-sdk",
"version": "0.15.25",
"version": "0.15.26",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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