@google-cloud/dns
Advanced tools
+7
-0
@@ -7,2 +7,9 @@ # Changelog | ||
| ### [2.2.4](https://www.github.com/googleapis/nodejs-dns/compare/v2.2.3...v2.2.4) (2022-01-06) | ||
| ### Bug Fixes | ||
| * **deps:** update dependency dns-zonefile to v0.2.10 ([#503](https://www.github.com/googleapis/nodejs-dns/issues/503)) ([dc59d1c](https://www.github.com/googleapis/nodejs-dns/commit/dc59d1c8c733348e8500a751a71ccb0a9b13656d)) | ||
| ### [2.2.3](https://www.github.com/googleapis/nodejs-dns/compare/v2.2.2...v2.2.3) (2021-09-22) | ||
@@ -9,0 +16,0 @@ |
+4
-4
| { | ||
| "name": "@google-cloud/dns", | ||
| "description": "Cloud DNS Client Library for Node.js", | ||
| "version": "2.2.3", | ||
| "version": "2.2.4", | ||
| "license": "Apache-2.0", | ||
@@ -51,3 +51,3 @@ "author": "Google Inc.", | ||
| "arrify": "^2.0.0", | ||
| "dns-zonefile": "0.2.9", | ||
| "dns-zonefile": "0.2.10", | ||
| "lodash.groupby": "^4.6.0", | ||
@@ -59,6 +59,6 @@ "string-format-obj": "^1.1.1" | ||
| "@types/mocha": "^8.0.0", | ||
| "@types/node": "^14.0.0", | ||
| "@types/node": "^16.0.0", | ||
| "@types/proxyquire": "^1.3.28", | ||
| "@types/request": "^2.48.1", | ||
| "@types/tmp": "0.2.1", | ||
| "@types/tmp": "0.2.3", | ||
| "@types/uuid": "^8.0.0", | ||
@@ -65,0 +65,0 @@ "c8": "^7.0.0", |
+5
-5
@@ -7,5 +7,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
| [](https://cloud.google.com/terms/launch-stages) | ||
| [](https://cloud.google.com/terms/launch-stages) | ||
| [](https://www.npmjs.org/package/@google-cloud/dns) | ||
| [](https://codecov.io/gh/googleapis/nodejs-dns) | ||
@@ -120,6 +119,6 @@ | ||
| This library is considered to be **General Availability (GA)**. This means it | ||
| is stable; the code surface will not change in backwards-incompatible ways | ||
| This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways | ||
| unless absolutely necessary (e.g. because of critical security issues) or with | ||
| an extensive deprecation period. Issues and requests against **GA** libraries | ||
| an extensive deprecation period. Issues and requests against **stable** libraries | ||
| are addressed with the highest priority. | ||
@@ -131,2 +130,3 @@ | ||
| More Information: [Google Cloud Platform Launch Stages][launch_stages] | ||
@@ -133,0 +133,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
129175
0.1%+ Added
- Removed
Updated