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
18
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 0.3.3 to 0.3.4

3

index.js

@@ -22,3 +22,3 @@ 'use strict';

centos: 'https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images',
'container-vm': 'https://www.googleapis.com/compute/v1/projects/google-containers/global/images',
'container-vm': 'https://www.googleapis.com/compute/v1/projects/cos-cloud/global/images',
coreos: 'https://www.googleapis.com/compute/v1/projects/coreos-cloud/global/images',

@@ -39,2 +39,3 @@ debian: 'https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images',

'google-containers': GCEImages.OS_URLS['container-vm'],
'cos': GCEImages.OS_URLS['container-vm'],

@@ -41,0 +42,0 @@ coreos: GCEImages.OS_URLS.coreos,

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -138,3 +138,3 @@ # gce-images

centos: 'https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images',
'container-vm': 'https://www.googleapis.com/compute/v1/projects/google-containers/global/images',
'container-vm': 'https://www.googleapis.com/compute/v1/projects/cos-cloud/global/images',
coreos: 'https://www.googleapis.com/compute/v1/projects/coreos-cloud/global/images',

@@ -141,0 +141,0 @@ debian: 'https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images',

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