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.42 to 1.0.43

dist/NamedOrderUpdate.d.ts

1

dist/index.d.ts
export * from './SwitchContext';
export * from './NamedOrderUpdate';
export * from './CreateOrderActionSwitch';

@@ -3,0 +4,0 @@ export * from './UninstallActionSwitch';

4

dist/UpdateOrderStatusActionSwitch.d.ts

@@ -1,4 +0,4 @@

import { SwitchContext } from './SwitchContext';
import { SwitchContext, NamedOrderUpdate } from '.';
export interface UpdateOrderStatusActionSwitch {
update(switchContext: SwitchContext): Promise<any>;
update(switchContext: SwitchContext): Promise<NamedOrderUpdate>;
}
{
"name": "ns8-switchboard-interfaces",
"version": "1.0.42",
"version": "1.0.43",
"description": "Contains switchboard interfaces",

@@ -24,4 +24,4 @@ "main": "dist/index.js",

"dependencies": {
"ns8-protect-models": "^1.0.97"
"ns8-protect-models": "^1.0.100"
}
}
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