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.23

dist/UpdateOrderStatusOperator.d.ts

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export * from './UninstallOperator';

export * from './InstallOperator';
export * from './UpdateOrderStatusOperator';

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

__export(require("./InstallOperator"));
__export(require("./UpdateOrderStatusOperator"));
//# sourceMappingURL=index.js.map

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

uninstall(uninstall: any): Promise<any>;
updateOrderStatus(update: any): Promise<any>;
}

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

}
async updateOrderStatus(update) {
return { update };
}
}

@@ -37,0 +40,0 @@ V2Client.MAX_SUCCESS_CODE = 399;

6

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

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

"isomorphic-fetch": "^2.2.1",
"ns8-protect-models": "^1.0.37",
"ns8-switchboard-interfaces": "^1.0.12"
"ns8-protect-models": "^1.0.40",
"ns8-switchboard-interfaces": "^1.0.13"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet