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

@ns8/ns8-switchboard-operator

Package Overview
Dependencies
Maintainers
10
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ns8/ns8-switchboard-operator - npm Package Compare versions

Comparing version

to
1.0.13

dist/UninstallOperator.d.ts

1

dist/index.d.ts

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

export * from './UninstallOperator';
export * from './UpdateShopOperator';
export * from './CreateOrderOperator';
export * from './InstallOperator';

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

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./UninstallOperator"));
__export(require("./UpdateShopOperator"));

@@ -8,0 +9,0 @@ __export(require("./CreateOrderOperator"));

@@ -10,2 +10,3 @@ import { Protect } from 'ns8-api-interfaces';

updateShop(shop: any): Promise<any>;
uninstall(uninstall: any): Promise<any>;
}

@@ -31,2 +31,5 @@ "use strict";

}
async uninstall(uninstall) {
return { uninstall };
}
}

@@ -33,0 +36,0 @@ V2Client.MAX_SUCCESS_CODE = 399;

6

package.json
{
"name": "@ns8/ns8-switchboard-operator",
"version": "1.0.12",
"version": "1.0.13",
"description": "Operator project contains switchboard interfaces and orchestration code",

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

"isomorphic-fetch": "^2.2.1",
"ns8-api-interfaces": "^2.0.82",
"ns8-switchboard-interfaces": "^1.0.3"
"ns8-api-interfaces": "^2.0.84",
"ns8-switchboard-interfaces": "^1.0.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet