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

@sport-activities/sdk

Package Overview
Dependencies
Maintainers
6
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.117 to 0.0.119

2

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

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

@@ -583,3 +583,3 @@ // Generated by dts-bundle-generator v6.4.0

}
export interface PersonInterface {
export interface UserInterface {
identifier: string;

@@ -592,5 +592,4 @@ givenName: string;

phoneNumber?: string;
keepPhoneNumber?: boolean;
country?: string;
}
export interface UserInterface extends PersonInterface {
providerName?: AuthProviderEnum;

@@ -729,2 +728,3 @@ providerIdentifier?: string;

}
export declare type PersonInterface = UserInterface;

@@ -731,0 +731,0 @@ 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