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 2.1.3 to 2.1.4

6

build/src/index.d.ts

@@ -1,7 +0,1 @@

/**
* Copyright 2018 Google LLC
*
* Distributed under MIT license.
* See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library';

@@ -8,0 +2,0 @@ export interface GCEImagesConfig extends GoogleAuthOptions {

19

build/src/index.js
"use strict";
/**
* Copyright 2018 Google LLC
*
* Distributed under MIT license.
* See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -9,0 +16,0 @@ const arrify = require("arrify");

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

### [2.1.4](https://www.github.com/googleapis/nodejs-gce-images/compare/v2.1.3...v2.1.4) (2020-01-06)
### Bug Fixes
* add repo metadata ([#183](https://www.github.com/googleapis/nodejs-gce-images/issues/183)) ([a85c7a8](https://www.github.com/googleapis/nodejs-gce-images/commit/a85c7a89b6dbfbfc432c4a298d7910add1dfa66d))
* **build:** run synthtool with new repo name ([#191](https://www.github.com/googleapis/nodejs-gce-images/issues/191)) ([a695c78](https://www.github.com/googleapis/nodejs-gce-images/commit/a695c7879329ebf4765c4b03e0bc4da3ea6a20df))
* **deps:** TypeScript 3.7.0 causes breaking change in typings ([#190](https://www.github.com/googleapis/nodejs-gce-images/issues/190)) ([4f15c1f](https://www.github.com/googleapis/nodejs-gce-images/commit/4f15c1f133346f20d388bf42728e2e91a8745831))
### [2.1.3](https://www.github.com/googleapis/gce-images/compare/v2.1.2...v2.1.3) (2019-09-06)

@@ -9,0 +18,0 @@

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

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

],
"repository": "googleapis/gce-images",
"repository": "googleapis/nodejs-gce-images",
"author": "Stephen Sawchuk <sawchuk@gmail.com>",

@@ -55,3 +55,3 @@ "license": "MIT",

"@types/node": "^10.5.6",
"c8": "^5.0.1",
"c8": "^7.0.0",
"chai": "^4.2.0",

@@ -61,3 +61,3 @@ "codecov": "^3.0.4",

"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",

@@ -67,7 +67,7 @@ "gts": "^1.0.0",

"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"mocha": "^7.0.0",
"power-assert": "^1.6.0",
"prettier": "^1.14.0",
"source-map-support": "^0.5.6",
"typescript": "~3.6.0"
"typescript": "3.6.4"
},

@@ -74,0 +74,0 @@ "engines": {

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