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

@google-cloud/org-policy

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/org-policy - npm Package Compare versions

Comparing version 2.1.2 to 3.0.0

59

build/src/v2/org_policy_client.d.ts

@@ -144,5 +144,4 @@ /// <reference types="node" />

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -174,5 +173,4 @@ * @example <caption>include:samples/generated/v2/org_policy.get_policy.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -211,5 +209,4 @@ * @example <caption>include:samples/generated/v2/org_policy.get_effective_policy.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -248,5 +245,4 @@ * @example <caption>include:samples/generated/v2/org_policy.create_policy.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -277,5 +273,4 @@ * @example <caption>include:samples/generated/v2/org_policy.update_policy.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -314,3 +309,3 @@ * @example <caption>include:samples/generated/v2/org_policy.delete_policy.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is Array of {@link google.cloud.orgpolicy.v2.Constraint | Constraint}.
* The first element of the array is Array of {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -321,4 +316,3 @@ * times as needed and will merge results from all the pages into this array.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -354,3 +348,3 @@ */

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Constraint | Constraint} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -360,4 +354,3 @@ * times as needed. Note that it can affect your quota.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -389,8 +382,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.orgpolicy.v2.Constraint | Constraint}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -424,3 +416,3 @@ * @example <caption>include:samples/generated/v2/org_policy.list_constraints.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is Array of {@link google.cloud.orgpolicy.v2.Policy | Policy}.
* The first element of the array is Array of {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -431,4 +423,3 @@ * times as needed and will merge results from all the pages into this array.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -465,3 +456,3 @@ */

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -471,4 +462,3 @@ * times as needed. Note that it can affect your quota.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -501,8 +491,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.orgpolicy.v2.Policy | Policy}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -509,0 +498,0 @@ * @example <caption>include:samples/generated/v2/org_policy.list_policies.js</caption>

@@ -421,3 +421,3 @@ "use strict";

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Constraint | Constraint} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -427,4 +427,3 @@ * times as needed. Note that it can affect your quota.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -470,8 +469,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.orgpolicy.v2.Constraint | Constraint}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -539,3 +537,3 @@ * @example <caption>include:samples/generated/v2/org_policy.list_constraints.js</caption>

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -545,4 +543,3 @@ * times as needed. Note that it can affect your quota.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -589,8 +586,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.orgpolicy.v2.Policy | Policy}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -597,0 +593,0 @@ * @example <caption>include:samples/generated/v2/org_policy.list_policies.js</caption>

# Changelog
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/org-policy-v2.1.2...org-policy-v3.0.0) (2023-08-06)
### ⚠ BREAKING CHANGES
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))
### Bug Fixes
* [Many APIs] fix typings for IAM methods ([#4462](https://github.com/googleapis/google-cloud-node/issues/4462)) ([6df8854](https://github.com/googleapis/google-cloud-node/commit/6df8854fdfbf62e6374f79d785f142b2f2e6cfae))
### Miscellaneous Chores
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770))
## [2.1.2](https://github.com/googleapis/google-cloud-node/compare/org-policy-v2.1.1...org-policy-v2.1.2) (2023-04-13)

@@ -4,0 +20,0 @@

{
"name": "@google-cloud/org-policy",
"version": "2.1.2",
"version": "3.0.0",
"description": "Org policy client for Node.js",

@@ -33,3 +33,3 @@ "repository": {

"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",

@@ -42,33 +42,32 @@ "docs": "jsdoc -c .jsdoc.js",

"prepare": "npm run compile-protos && npm run compile",
"system-test": "npm run compile && c8 mocha build/system-test",
"test": "c8 mocha build/test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"prelint": "cd samples; npm link ../; npm i"
"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"
},
"dependencies": {
"google-gax": "^3.5.8"
"google-gax": "^4.0.3"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.4.5",
"@types/sinon": "^10.0.0",
"c8": "^7.3.5",
"gts": "^3.1.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"linkinator": "^4.0.0",
"linkinator": "4.1.2",
"long": "^5.2.3",
"mocha": "^9.2.2",
"null-loader": "^4.0.1",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"webpack": "^5.9.0",
"webpack-cli": "^5.0.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy"
}

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

# [Organization Policy: Node.js Client](https://github.com/googleapis/google-cloud-node)
# [Organization Policy: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy)

@@ -89,15 +89,14 @@ [![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-orgpolicy/samples) directory. Each sample's `README.md` has instructions for running its sample.
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Org_policy.create_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.create_policy.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-orgpolicy/samples/generated/v2/org_policy.create_policy.js,samples/README.md) |
| Org_policy.delete_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.delete_policy.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-orgpolicy/samples/generated/v2/org_policy.delete_policy.js,samples/README.md) |
| Org_policy.get_effective_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.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-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.js,samples/README.md) |
| Org_policy.get_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_policy.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-orgpolicy/samples/generated/v2/org_policy.get_policy.js,samples/README.md) |
| Org_policy.list_constraints | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_constraints.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-orgpolicy/samples/generated/v2/org_policy.list_constraints.js,samples/README.md) |
| Org_policy.list_policies | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_policies.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-orgpolicy/samples/generated/v2/org_policy.list_policies.js,samples/README.md) |
| Org_policy.update_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.update_policy.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-orgpolicy/samples/generated/v2/org_policy.update_policy.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/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-orgpolicy/samples/quickstart.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/test/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-orgpolicy/samples/test/quickstart.js,samples/README.md) |
| Org_policy.create_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.create_policy.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-orgpolicy/samples/generated/v2/org_policy.create_policy.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.delete_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.delete_policy.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-orgpolicy/samples/generated/v2/org_policy.delete_policy.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.get_effective_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.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-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.get_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_policy.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-orgpolicy/samples/generated/v2/org_policy.get_policy.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.list_constraints | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_constraints.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-orgpolicy/samples/generated/v2/org_policy.list_constraints.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.list_policies | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_policies.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-orgpolicy/samples/generated/v2/org_policy.list_policies.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Org_policy.update_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.update_policy.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-orgpolicy/samples/generated/v2/org_policy.update_policy.js,packages/google-cloud-orgpolicy/samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/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-orgpolicy/samples/quickstart.js,packages/google-cloud-orgpolicy/samples/README.md) |

@@ -111,3 +110,3 @@

Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
Libraries are compatible with all current _active_ and _maintenance_ versions of

@@ -114,0 +113,0 @@ Node.js.

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc