Socket
Socket
Sign inDemoInstall

@google-cloud/monitoring

Package Overview
Dependencies
141
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

14

build/src/index.d.ts
import * as v3 from './v3';
declare const AlertPolicyServiceClient: typeof v3.AlertPolicyServiceClient;
declare type AlertPolicyServiceClient = v3.AlertPolicyServiceClient;
type AlertPolicyServiceClient = v3.AlertPolicyServiceClient;
declare const GroupServiceClient: typeof v3.GroupServiceClient;
declare type GroupServiceClient = v3.GroupServiceClient;
type GroupServiceClient = v3.GroupServiceClient;
declare const MetricServiceClient: typeof v3.MetricServiceClient;
declare type MetricServiceClient = v3.MetricServiceClient;
type MetricServiceClient = v3.MetricServiceClient;
declare const NotificationChannelServiceClient: typeof v3.NotificationChannelServiceClient;
declare type NotificationChannelServiceClient = v3.NotificationChannelServiceClient;
type NotificationChannelServiceClient = v3.NotificationChannelServiceClient;
declare const QueryServiceClient: typeof v3.QueryServiceClient;
declare type QueryServiceClient = v3.QueryServiceClient;
type QueryServiceClient = v3.QueryServiceClient;
declare const ServiceMonitoringServiceClient: typeof v3.ServiceMonitoringServiceClient;
declare type ServiceMonitoringServiceClient = v3.ServiceMonitoringServiceClient;
type ServiceMonitoringServiceClient = v3.ServiceMonitoringServiceClient;
declare const UptimeCheckServiceClient: typeof v3.UptimeCheckServiceClient;
declare type UptimeCheckServiceClient = v3.UptimeCheckServiceClient;
type UptimeCheckServiceClient = v3.UptimeCheckServiceClient;
export { v3, AlertPolicyServiceClient, GroupServiceClient, MetricServiceClient, NotificationChannelServiceClient, QueryServiceClient, ServiceMonitoringServiceClient, UptimeCheckServiceClient, };

@@ -17,0 +17,0 @@ declare const _default: {

@@ -7,2 +7,9 @@ # Changelog

## [3.0.5](https://github.com/googleapis/google-cloud-node/compare/monitoring-v3.0.4...monitoring-v3.0.5) (2023-06-28)
### Bug Fixes
* **deps:** Update dependency yargs to v17 ([#4351](https://github.com/googleapis/google-cloud-node/issues/4351)) ([4fb5285](https://github.com/googleapis/google-cloud-node/commit/4fb528559c204cee33329c4e55021aa1fd0e4974))
## [3.0.4](https://github.com/googleapis/google-cloud-node/compare/monitoring-v3.0.3...monitoring-v3.0.4) (2023-04-13)

@@ -9,0 +16,0 @@

{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "3.0.4",
"version": "3.0.5",
"license": "Apache-2.0",

@@ -35,16 +35,16 @@ "author": "Google Inc",

"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"system-test": "npm run compile && c8 mocha build/system-test",
"test": "c8 mocha build/test",
"fix": "gts fix",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",
"prepare": "npm run compile",
"precompile": "gts clean"
"prepare": "npm run compile-protos && npm run compile",
"prelint": "cd samples; npm link ../; npm i",
"postpack": "minifyProtoJson",
"samples-test": "cd samples/ && npm link ../ && npm i && npm test",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test"
},

@@ -64,3 +64,4 @@ "dependencies": {

"jsdoc-region-tag": "^2.0.0",
"linkinator": "^4.0.0",
"linkinator": "4.1.2",
"long": "^5.2.3",
"mocha": "^9.2.2",

@@ -67,0 +68,0 @@ "null-loader": "^4.0.0",

@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

# [Stackdriver Monitoring: Node.js Client](https://github.com/googleapis/google-cloud-node)
# [Stackdriver Monitoring: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-monitoring)

@@ -119,8 +119,7 @@ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-monitoring/samples) directory. Each sample's `README.md` has instructions for running its sample.
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-monitoring/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-monitoring/samples/quickstart.js,samples/README.md) |
| Quickstart.test | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-monitoring/samples/test/quickstart.test.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-monitoring/samples/test/quickstart.test.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-monitoring/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-monitoring/samples/quickstart.js,packages/google-cloud-monitoring/samples/README.md) |

@@ -127,0 +126,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc