Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-monitoring

Package Overview
Dependencies
Maintainers
2
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-monitoring - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

12

lib/client.js

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

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"if-match": changeAlarmCompartmentRequest.ifMatch,

@@ -200,2 +201,3 @@ "opc-request-id": changeAlarmCompartmentRequest.opcRequestId,

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

@@ -265,2 +267,3 @@ "opc-retry-token": createAlarmRequest.opcRetryToken

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"if-match": deleteAlarmRequest.ifMatch,

@@ -321,2 +324,3 @@ "opc-request-id": deleteAlarmRequest.opcRequestId

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

@@ -390,2 +394,3 @@ };

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

@@ -460,2 +465,3 @@ };

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

@@ -548,2 +554,3 @@ };

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

@@ -632,2 +639,3 @@ };

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

@@ -725,2 +733,3 @@ };

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

@@ -784,2 +793,3 @@ };

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"if-match": removeAlarmSuppressionRequest.ifMatch,

@@ -840,2 +850,3 @@ "opc-request-id": removeAlarmSuppressionRequest.opcRequestId

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

@@ -899,2 +910,3 @@ };

let headerParams = {
"Content-Type": common.Constants.APPLICATION_JSON,
"if-match": updateAlarmRequest.ifMatch,

@@ -901,0 +913,0 @@ "opc-request-id": updateAlarmRequest.opcRequestId

6

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

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