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

@sport-activities/sdk

Package Overview
Dependencies
Maintainers
5
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sport-activities/sdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@sport-activities/sdk",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "types": "./types.d.ts",

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

declare enum MediaTypeEnum {
VIDEO = "video",
IMAGE = "image"
}
export interface MediaInterface {
name: string;
url: string;
type: MediaTypeEnum;
}
export interface OfferInterface {

@@ -28,2 +37,3 @@ price: string | number;

location: PlaceInterface;
image: MediaInterface | null;
}

@@ -33,3 +43,4 @@ export interface TimeslotInterface {

activityIdentifier: string;
availability: number;
remainingAttendeeCapacity: number;
maximumAttendeeCapacity: number;
startDate: Date;

@@ -36,0 +47,0 @@ endDate: Date;

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