Socket
Socket
Sign inDemoInstall

ns8-switchboard-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-switchboard-interfaces - npm Package Compare versions

Comparing version 1.0.84 to 1.0.85

4

dist/SwitchContext.d.ts

@@ -9,5 +9,7 @@ /// <reference types="node" />

readonly merchant: Merchant;
data?: any;
type: DataType;
s3Location?: S3Location;
data?: any;
query?: any;
extension?: any;
constructor(context: Partial<SwitchContext>);

@@ -14,0 +16,0 @@ createWebhookUrl(action: string): URL;

@@ -8,5 +8,7 @@ "use strict";

this.merchant = context.merchant;
this.s3Location = context.s3Location;
this.type = context.type;
this.data = context.data;
this.type = context.type;
this.s3Location = context.s3Location;
this.query = context.query;
this.extension = context.extension;
}

@@ -13,0 +15,0 @@ createWebhookUrl(action) {

{
"name": "ns8-switchboard-interfaces",
"version": "1.0.84",
"version": "1.0.85",
"description": "Contains switchboard interfaces",

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

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