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.111 to 0.0.112

2

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

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

@@ -122,2 +122,7 @@ export declare enum TimeslotWorkflowActionEnum {

}
export declare enum RangeRelationEnum {
INTERSECTS = "INTERSECTS",
CONTAINS = "CONTAINS",
WITHIN = "WITHIN"
}
export interface RangeQueryInterface<T> {

@@ -128,2 +133,3 @@ gt?: T;

lte?: T;
relation?: RangeRelationEnum;
}

@@ -130,0 +136,0 @@ export interface AddressInterface {

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