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

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.124 to 1.0.125

1

dist/SwitchContext.d.ts

@@ -15,2 +15,3 @@ /// <reference types="node" />

actorType?: ActorType;
stepFunctionData?: any;
constructor(context: Partial<SwitchContext>);

@@ -17,0 +18,0 @@ createWebhookUrl(action: string): URL;

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

this.actorType = context.actorType;
this.stepFunctionData = context.stepFunctionData;
}

@@ -16,0 +17,0 @@ createWebhookUrl(action) {

2

package.json
{
"name": "ns8-switchboard-interfaces",
"version": "1.0.124",
"version": "1.0.125",
"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