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.2 to 0.0.4

8

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

@@ -9,4 +9,4 @@ "types": "./types.d.ts",

},
"author": "",
"license": "ISC"
}
"author": "Decathlon",
"license": "Apache-2.0"
}

@@ -1,11 +0,24 @@

export interface GelfMessageInterface {
version: string;
host: string;
short_message: string;
full_message?: string;
timestamp: number;
level: number;
[key: string]: string | number;
export interface Offer {
price: string | number;
priceCurrency: string;
availability: string;
validFrom: string;
}
export declare class Activity {
sku: number;
name: string;
description: string;
status: string;
offers?: Offer;
typicalAgeRange: string;
accountabilityReference: string;
}
export declare class Person {
identifier: string;
readonly givenName: string;
readonly familyName: string;
readonly email: string;
constructor(identifier: string, givenName: string, familyName: string, email: string);
}
export {};
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