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

svix

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svix - npm Package Compare versions

Comparing version 0.40.0 to 0.41.0

1

dist/index.d.ts

@@ -6,2 +6,3 @@ import { Configuration, ApplicationOut, ListResponseApplicationOut, ApplicationIn, ListResponseEndpointOut, EndpointOut, EndpointIn, EndpointUpdate, EndpointSecretOut, EndpointSecretRotateIn, EndpointHeadersIn, EndpointHeadersOut, RecoverIn, MessageOut, MessageIn, ListResponseMessageOut, DashboardAccessOut, ListResponseEndpointMessageOut, ListResponseMessageEndpointOut, ListResponseMessageAttemptEndpointOut, ListResponseMessageAttemptOut, MessageAttemptOut, MessageStatus, ListResponseEventTypeOut, EventTypeIn, EventTypeOut, EventTypeUpdate } from "./openapi/index";

debug?: boolean;
serverUrl?: string;
}

@@ -8,0 +9,0 @@ export declare class Svix {

4

dist/index.js

@@ -21,3 +21,3 @@ "use strict";

const WEBHOOK_TOLERANCE_IN_SECONDS = 5 * 60;
const VERSION = "0.40.0";
const VERSION = "0.41.0";
class UserAgentMiddleware {

@@ -35,3 +35,3 @@ pre(context) {

var _a;
const baseUrl = (_a = options._testUrl) !== null && _a !== void 0 ? _a : "https://api.svix.com";
const baseUrl = (_a = options.serverUrl) !== null && _a !== void 0 ? _a : "https://api.svix.com";
const baseServer = new index_1.ServerConfiguration(baseUrl, {});

@@ -38,0 +38,0 @@ const bearerConfiguration = {

{
"name": "svix",
"version": "0.40.0",
"version": "0.41.0",
"description": "Svix API client",

@@ -5,0 +5,0 @@ "author": "svix",

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