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
10
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gce-images - npm Package Versions

13

2.1.3

Diff

Changelog

Source

2.1.3 (2019-09-06)

Bug Fixes

  • use compute.googleapis.com as base URI (#168) (98c45e5)
google-wombot
published 2.1.2 •

Changelog

Source

2.1.2 (2019-07-29)

Bug Fixes

  • deps: update dependency google-auth-library to v5 (#161) (21bc2ed)
google-wombot
published 2.1.1 •

Changelog

Source

2.1.1 (2019-06-26)

Bug Fixes

google-wombot
published 2.1.0 •

Changelog

Source

2.1.0 (2019-06-24)

Features

google-wombot
published 2.0.0 •

Changelog

Source

2.0.0 (2019-05-09)

Bug Fixes

  • deps: update dependency google-auth-library to v4 (#143) (e24ff51)
  • remove unused pify dependency (#138) (e189506)
  • deps: update dependency arrify to v2 (#130) (0d6cec3)

Build System

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#135)
google-node-team
published 1.1.0 •

Changelog

Source

v1.1.0

02-05-2019 15:28 PST

New Features

  • feat: introduce async methods (#100)

Dependencies

  • fix(deps): update dependency google-auth-library to v3 (#103)

Documentation

  • docs: add lint/fix example to contributing guide (#107)
  • docs: add samples and sample tests (#88)
google-node-team
published 1.0.0 •

Changelog

Source

v1.0.0

Welcome to 1.0! The big feature in this release is the availability of TypeScript types out of the box. To that end, there is a breaking change:

BREAKING CHANGE: The GCEImages object must now be instantiated.

Old Code
const images = require('gce-images')();
New Code
const {GCEImages} = require('gce-images');
const images = new GCEImages();

======

New Features

  • feat: convert to TypeScript (#21)
  • fix: improve TypeScript types (#72)

Dependencies

  • fix(deps): update dependency google-auth-library to v2 (#33)
  • chore: drop dependency on got and google-auto-auth (#23)

Documentation

Internal / Testing Changes

  • chore: update CircleCI config (#71)
  • chore: include build in eslintignore (#68)
  • chore(deps): update dependency eslint-plugin-node to v8 (#64)
  • chore: update issue templates (#63)
  • chore: remove old issue template (#61)
  • build: run tests on node11 (#60)
  • chores(build): run codecov on continuous builds (#55)
  • chore(deps): update dependency typescript to ~3.1.0 (#57)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#58)
  • chores(build): do not collect sponge.xml from windows builds (#56)
  • chore: update new issue template (#54)
  • chore: update build config (#51)
  • Update kokoro config (#48)
  • Re-generate library using /synth.py (#45)
  • Update kokoro config (#44)
  • test: remove appveyor config (#43)
  • Update CI config (#42)
  • Enable prefer-const in the eslint config (#40)
  • Enable no-var in eslint (#39)
  • Move to the new github org (#38)
  • Update CI config (#37)
  • Retry npm install in CI (#35)
  • Update CI config (#32)
  • chore(deps): update dependency nyc to v13 (#31)
  • remove the docs command
  • Update the CI config (#30)
  • test: add a key for CircleCI (#29)
  • Re-generate library using /synth.py (#28)
  • chore(deps): update dependency eslint-config-prettier to v3 (#27)
  • chore: ignore package-lock.json (#26)
  • chore(deps): lock file maintenance (#25)
  • chore: update renovate config (#20)
  • chore: upgrade to es6 (#24)
  • chore(deps): update dependency mocha to v5 (#17)
  • fix(deps): update dependency async to v2 (#18)
  • fix(deps): update dependency google-auto-auth to ^0.10.0 (#16)
  • Check in synth.py and conform to google node repo standards (#14)
  • Update renovate.json
  • Add renovate.json
  • chore: fix the directory structure (#12)
  • chore: make it OSPO compliant (#10)
stephenplusplus
published 0.3.4 •

stephenplusplus
published 0.3.3 •

stephenplusplus
published 0.3.2 •

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