New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@google-cloud/dns

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/dns - npm Package Compare versions

Comparing version
2.2.3
to
2.2.4
+7
-0
CHANGELOG.md

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

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

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/dns.svg)](https://www.npmjs.org/package/@google-cloud/dns)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/main.svg?style=flat)](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 @@