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.90 to 1.0.91

1

dist/index.d.ts

@@ -6,3 +6,2 @@ export * from './SwitchContext';

export * from './Switch';
export * from './SwitchContext';
export * from './Switchboard';

@@ -9,0 +8,0 @@ export * from './OnInstallPlatformData';

@@ -8,4 +8,3 @@ "use strict";

__export(require("./DataType"));
__export(require("./SwitchContext"));
__export(require("./enums"));
//# sourceMappingURL=index.js.map

2

dist/switches/CreateOrderActionSwitch.d.ts

@@ -0,5 +1,5 @@

import { Order } from 'ns8-protect-models';
import { SwitchContext } from '../SwitchContext';
import { Order } from 'ns8-protect-models';
export interface CreateOrderActionSwitch {
create(switchContext: SwitchContext): Promise<Order>;
}

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

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

@@ -17,8 +17,11 @@ "main": "dist/index.js",

"compile": "tsc -d",
"lint": "tslint --project ."
"lint": "eslint src/** --ext ts"
},
"devDependencies": {
"ns8-tslint": "2.0.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "^2.18.2",
"rimraf": "3.0.0",
"tslint": "5.20.1",
"typescript": "3.7.2"

@@ -25,0 +28,0 @@ },

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