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

@interval/sdk

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interval/sdk - npm Package Compare versions

Comparing version 0.35.0 to 0.35.1

8

dist/internalRpcSchema.d.ts

@@ -188,2 +188,3 @@ import { z } from 'zod';

credential: z.ZodOptional<z.ZodString>;
password: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -193,2 +194,3 @@ relayType?: "TurnUdp" | "TurnTcp" | "TurnTls" | undefined;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -202,2 +204,3 @@ urls: string;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -218,2 +221,3 @@ urls: string;

credential: z.ZodOptional<z.ZodString>;
password: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -223,2 +227,3 @@ relayType?: "TurnUdp" | "TurnTcp" | "TurnTls" | undefined;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -232,2 +237,3 @@ urls: string;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -243,2 +249,3 @@ urls: string;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -254,2 +261,3 @@ urls: string;

credential?: string | undefined;
password?: string | undefined;
url: string;

@@ -256,0 +264,0 @@ urls: string;

1

dist/internalRpcSchema.js

@@ -78,2 +78,3 @@ "use strict";

credential: zod_1.z.string().optional(),
password: zod_1.z.string().optional(),
});

@@ -80,0 +81,0 @@ exports.ICE_CONFIG = zod_1.z.object({

2

package.json
{
"name": "@interval/sdk",
"version": "0.35.0",
"version": "0.35.1",
"homepage": "https://interval.com",

@@ -5,0 +5,0 @@ "repository": {

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