Socket
Socket
Sign inDemoInstall

oci-workrequests

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-workrequests - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

7

lib/client.d.ts

@@ -35,5 +35,8 @@ /**

/**
* Sets the endpoint to call (ex, https://www.example.com).
* @param endpoint The endpoint of the service.
* Get the endpoint that is being used to call (ex, https://www.example.com).
*/
/**
* Sets the endpoint to call (ex, https://www.example.com).
* @param endpoint The endpoint of the service.
*/
endpoint: string;

@@ -40,0 +43,0 @@ readonly logger: import("oci-common/lib/log").Logger;

@@ -57,2 +57,8 @@ "use strict";

/**
* Get the endpoint that is being used to call (ex, https://www.example.com).
*/
get endpoint() {
return this._endpoint;
}
/**
* Sets the endpoint to call (ex, https://www.example.com).

@@ -59,0 +65,0 @@ * @param endpoint The endpoint of the service.

{
"name": "oci-workrequests",
"version": "1.5.2",
"version": "1.5.3",
"description": "OCI NodeJS client for WorkRequests",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.5.2",
"oci-workrequests": "1.5.2"
"oci-common": "1.5.3",
"oci-workrequests": "1.5.3"
},

@@ -22,0 +22,0 @@ "publishConfig": {

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