New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gce-images

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gce-images - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

4

build/src/index.d.ts

@@ -9,3 +9,3 @@ import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library';

}
export declare type GCEImagesConfig = Omit<AuthOptions, 'authClient'> & {
export type GCEImagesConfig = Omit<AuthOptions, 'authClient'> & {
authClient?: GoogleAuth;

@@ -121,4 +121,4 @@ };

_filterDeprecated(image: Image): boolean;
_sortNewestFirst(imageA: Image, imageB: Image): 1 | -1 | 0;
_sortNewestFirst(imageA: Image, imageB: Image): 0 | 1 | -1;
}
export {};

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

## [5.0.0](https://github.com/googleapis/nodejs-gce-images/compare/v4.0.1...v5.0.0) (2024-02-06)
### ⚠ BREAKING CHANGES
* upgrade to Node 14 ([#377](https://github.com/googleapis/nodejs-gce-images/issues/377))
### Miscellaneous Chores
* Upgrade to Node 14 ([#377](https://github.com/googleapis/nodejs-gce-images/issues/377)) ([cc9d6ba](https://github.com/googleapis/nodejs-gce-images/commit/cc9d6ba13e29730234676e603f000584b99fde06))
## [4.0.1](https://github.com/googleapis/nodejs-gce-images/compare/v4.0.0...v4.0.1) (2022-08-23)

@@ -9,0 +20,0 @@

{
"name": "gce-images",
"version": "4.0.1",
"version": "5.0.0",
"description": "Get a list of globally available Google Compute Engine images",

@@ -15,3 +15,3 @@ "main": "./build/src/index.js",

"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 600000",
"system-test": "echo 'no system tests'",
"presystem-test": "npm run compile",

@@ -50,3 +50,3 @@ "clean": "gts clean",

"arrify": "^2.0.0",
"google-auth-library": "^8.0.2"
"google-auth-library": "^9.0.0"
},

@@ -57,7 +57,7 @@ "devDependencies": {

"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"c8": "^7.0.0",
"@types/node": "^20.4.9",
"c8": "^9.0.0",
"chai": "^4.2.0",
"codecov": "^3.0.4",
"gts": "^3.1.0",
"gts": "^5.0.0",
"intelli-espower-loader": "^1.0.1",

@@ -67,7 +67,7 @@ "linkinator": "^4.0.0",

"source-map-support": "^0.5.6",
"typescript": "^4.6.4"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}

@@ -251,1 +251,5 @@ # gce-images

If multiple OS names were given, you will receive an object keyed by the [OS name](#os-names). Each key will reference a metadata object.
## Disclaimer
This is not an officially supported Google product.

Sorry, the diff of this file is not supported yet

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