New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dub

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dub - npm Package Compare versions

Comparing version 0.25.1 to 0.25.2

4

lib/config.d.ts

@@ -35,6 +35,6 @@ import { HTTPClient } from "./http";

readonly openapiDocVersion: "0.0.1";
readonly sdkVersion: "0.25.1";
readonly sdkVersion: "0.25.2";
readonly genVersion: "2.314.0";
readonly userAgent: "speakeasy-sdk/typescript 0.25.1 2.314.0 0.0.1 dub";
readonly userAgent: "speakeasy-sdk/typescript 0.25.2 2.314.0 0.0.1 dub";
};
//# sourceMappingURL=config.d.ts.map

@@ -35,6 +35,6 @@ "use strict";

openapiDocVersion: "0.0.1",
sdkVersion: "0.25.1",
sdkVersion: "0.25.2",
genVersion: "2.314.0",
userAgent: "speakeasy-sdk/typescript 0.25.1 2.314.0 0.0.1 dub",
userAgent: "speakeasy-sdk/typescript 0.25.2 2.314.0 0.0.1 dub",
};
//# sourceMappingURL=config.js.map

@@ -15,2 +15,6 @@ import * as z from "zod";

/**
* The unique identifier of the domain.
*/
id: string;
/**
* The domain name.

@@ -57,2 +61,3 @@ */

type Inbound = {
id: string;
slug: string;

@@ -70,2 +75,3 @@ verified?: boolean | undefined;

type Outbound = {
id: string;
slug: string;

@@ -72,0 +78,0 @@ verified: boolean;

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

.object({
id: z.string(),
slug: z.string(),

@@ -58,2 +59,3 @@ verified: z.boolean().default(false),

return {
id: v.id,
slug: v.slug,

@@ -72,2 +74,3 @@ verified: v.verified,

.object({
id: z.string(),
slug: z.string(),

@@ -85,2 +88,3 @@ verified: z.boolean().default(false),

return {
id: v.id,
slug: v.slug,

@@ -87,0 +91,0 @@ verified: v.verified,

{
"name": "dub",
"version": "0.25.1",
"version": "0.25.2",
"author": "Dub",

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

@@ -67,5 +67,5 @@ /*

openapiDocVersion: "0.0.1",
sdkVersion: "0.25.1",
sdkVersion: "0.25.2",
genVersion: "2.314.0",
userAgent: "speakeasy-sdk/typescript 0.25.1 2.314.0 0.0.1 dub",
userAgent: "speakeasy-sdk/typescript 0.25.2 2.314.0 0.0.1 dub",
} as const;

@@ -21,2 +21,6 @@ /*

/**
* The unique identifier of the domain.
*/
id: string;
/**
* The domain name.

@@ -65,2 +69,3 @@ */

export type Inbound = {
id: string;
slug: string;

@@ -79,2 +84,3 @@ verified?: boolean | undefined;

.object({
id: z.string(),
slug: z.string(),

@@ -92,2 +98,3 @@ verified: z.boolean().default(false),

return {
id: v.id,
slug: v.slug,

@@ -106,2 +113,3 @@ verified: v.verified,

export type Outbound = {
id: string;
slug: string;

@@ -120,2 +128,3 @@ verified: boolean;

.object({
id: z.string(),
slug: z.string(),

@@ -133,2 +142,3 @@ verified: z.boolean().default(false),

return {
id: v.id,
slug: v.slug,

@@ -135,0 +145,0 @@ verified: v.verified,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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