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.4 to 1.5.5

4

lib/client.js

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

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"opc-request-id": getWorkRequestRequest.opcRequestId

@@ -193,2 +194,3 @@ };

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"opc-request-id": listWorkRequestErrorsRequest.opcRequestId

@@ -274,2 +276,3 @@ };

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"opc-request-id": listWorkRequestLogsRequest.opcRequestId

@@ -354,2 +357,3 @@ };

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"opc-request-id": listWorkRequestsRequest.opcRequestId

@@ -356,0 +360,0 @@ };

6

package.json
{
"name": "oci-workrequests",
"version": "1.5.4",
"version": "1.5.5",
"description": "OCI NodeJS client for WorkRequests",

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

"dependencies": {
"oci-common": "1.5.4",
"oci-workrequests": "1.5.4"
"oci-common": "1.5.5",
"oci-workrequests": "1.5.5"
},

@@ -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