@google-cloud/dns
Advanced tools
@@ -238,3 +238,3 @@ "use strict"; | ||
| */ | ||
| promisify_1.promisifyAll(Change); | ||
| (0, promisify_1.promisifyAll)(Change); | ||
| //# sourceMappingURL=change.js.map |
@@ -18,3 +18,3 @@ "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.DNS = exports.Zone = void 0; | ||
| exports.DNS = exports.Zone = exports.Record = void 0; | ||
| const common_1 = require("@google-cloud/common"); | ||
@@ -317,5 +317,5 @@ const paginator_1 = require("@google-cloud/paginator"); | ||
| */ | ||
| promisify_1.promisifyAll(DNS, { | ||
| (0, promisify_1.promisifyAll)(DNS, { | ||
| exclude: ['zone'], | ||
| }); | ||
| //# sourceMappingURL=index.js.map |
@@ -181,5 +181,5 @@ "use strict"; | ||
| */ | ||
| promisify_1.promisifyAll(Record, { | ||
| (0, promisify_1.promisifyAll)(Record, { | ||
| exclude: ['toJSON', 'toString'], | ||
| }); | ||
| //# sourceMappingURL=record.js.map |
@@ -1054,5 +1054,5 @@ "use strict"; | ||
| */ | ||
| promisify_1.promisifyAll(Zone, { | ||
| (0, promisify_1.promisifyAll)(Zone, { | ||
| exclude: ['change', 'record'], | ||
| }); | ||
| //# sourceMappingURL=zone.js.map |
+17
-0
@@ -7,2 +7,19 @@ # Changelog | ||
| ## [3.0.0](https://github.com/googleapis/nodejs-dns/compare/v2.2.4...v3.0.0) (2022-06-06) | ||
| ### ⚠ BREAKING CHANGES | ||
| * update library to use Node 12 (#524) | ||
| ### Bug Fixes | ||
| * **deps:** update dependency @google-cloud/paginator to v4 ([#525](https://github.com/googleapis/nodejs-dns/issues/525)) ([e82ead7](https://github.com/googleapis/nodejs-dns/commit/e82ead7460db28e4a434ba321e1e1d0e3f7b12ed)) | ||
| * **deps:** update dependency @google-cloud/promisify to v3 ([#523](https://github.com/googleapis/nodejs-dns/issues/523)) ([7cfb445](https://github.com/googleapis/nodejs-dns/commit/7cfb445dd432ccdc71d13ef1eea43797dc898157)) | ||
| ### Build System | ||
| * update library to use Node 12 ([#524](https://github.com/googleapis/nodejs-dns/issues/524)) ([ab3ce39](https://github.com/googleapis/nodejs-dns/commit/ab3ce39f2257cde3740bd51302667d2f24111aa8)) | ||
| ### [2.2.4](https://www.github.com/googleapis/nodejs-dns/compare/v2.2.3...v2.2.4) (2022-01-06) | ||
@@ -9,0 +26,0 @@ |
+7
-7
| { | ||
| "name": "@google-cloud/dns", | ||
| "description": "Cloud DNS Client Library for Node.js", | ||
| "version": "2.2.4", | ||
| "version": "3.0.0", | ||
| "license": "Apache-2.0", | ||
| "author": "Google Inc.", | ||
| "engines": { | ||
| "node": ">=10" | ||
| "node": ">=12.0.0" | ||
| }, | ||
@@ -48,4 +48,4 @@ "repository": "googleapis/nodejs-dns", | ||
| "@google-cloud/common": "^3.0.0", | ||
| "@google-cloud/paginator": "^3.0.0", | ||
| "@google-cloud/promisify": "^2.0.0", | ||
| "@google-cloud/paginator": "^4.0.0", | ||
| "@google-cloud/promisify": "^3.0.0", | ||
| "arrify": "^2.0.0", | ||
@@ -58,3 +58,3 @@ "dns-zonefile": "0.2.10", | ||
| "@types/lodash.groupby": "^4.6.4", | ||
| "@types/mocha": "^8.0.0", | ||
| "@types/mocha": "^9.0.0", | ||
| "@types/node": "^16.0.0", | ||
@@ -72,8 +72,8 @@ "@types/proxyquire": "^1.3.28", | ||
| "linkinator": "^2.0.0", | ||
| "mocha": "^8.0.0", | ||
| "mocha": "^9.2.2", | ||
| "proxyquire": "^2.0.1", | ||
| "tmp": "^0.2.0", | ||
| "typescript": "^3.8.3", | ||
| "typescript": "^4.6.4", | ||
| "uuid": "^8.0.0" | ||
| } | ||
| } |
+12
-12
@@ -97,18 +97,18 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
| Node.js. | ||
| If you are using an end-of-life version of Node.js, we recommend that you update | ||
| as soon as possible to an actively supported LTS version. | ||
| Google's client libraries support legacy versions of Node.js runtimes on a | ||
| best-efforts basis with the following warnings: | ||
| * Legacy versions are not tested in continuous integration. | ||
| * Some security patches and features cannot be backported. | ||
| * Dependencies cannot be kept up-to-date. | ||
| Client libraries targeting some end-of-life versions of Node.js are available, and | ||
| can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
| can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
| The dist-tags follow the naming convention `legacy-(version)`. | ||
| For example, `npm install @google-cloud/dns@legacy-8` installs client libraries | ||
| for versions compatible with Node.js 8. | ||
| _Legacy Node.js versions are supported as a best effort:_ | ||
| * Legacy versions will not be tested in continuous integration. | ||
| * Some security patches may not be able to be backported. | ||
| * Dependencies will not be kept up-to-date, and features will not be backported. | ||
| #### Legacy tags available | ||
| * `legacy-8`: install client libraries from this dist-tag for versions | ||
| compatible with Node.js 8. | ||
| ## Versioning | ||
@@ -115,0 +115,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
130211
0.8%+ Added
+ Added
- Removed