Socket
Socket
Sign inDemoInstall

@google-cloud/projectify

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/projectify - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

build/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const stream_1 = require("stream");
/**

@@ -17,3 +19,2 @@ * Copyright 2014 Google Inc. All Rights Reserved.

*/
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -34,3 +35,3 @@ * Populate the `{{projectId}}` placeholder.

if (value !== null && typeof value === 'object' &&
!(value instanceof Buffer) &&
!(value instanceof Buffer) && !(value instanceof stream_1.Stream) &&
typeof value.hasOwnProperty === 'function') {

@@ -37,0 +38,0 @@ for (const opt in value) {

@@ -6,2 +6,16 @@ # Changelog

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## v0.3.2
### Bug fixes
- fix: do not replace projectId on stream objects ([#53](https://github.com/googleapis/nodejs-projectify/pull/53))
### Dependencies
- chore(deps): update dependency gts to ^0.9.0 ([#52](https://github.com/googleapis/nodejs-projectify/pull/52))
### Internal / Testing Changes
- chore: update eslintignore config ([#51](https://github.com/googleapis/nodejs-projectify/pull/51))
- chore: use latest npm on Windows ([#50](https://github.com/googleapis/nodejs-projectify/pull/50))
- chore: update CircleCI config ([#49](https://github.com/googleapis/nodejs-projectify/pull/49))
- chore: include build in eslintignore ([#46](https://github.com/googleapis/nodejs-projectify/pull/46))
## v0.3.1

@@ -8,0 +22,0 @@

4

package.json
{
"name": "@google-cloud/projectify",
"version": "0.3.1",
"version": "0.3.2",
"description": "A simple utility for replacing the projectid token in objects.",

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

"codecov": "^3.0.4",
"gts": "^0.8.0",
"gts": "^0.9.0",
"hard-rejection": "^1.0.0",

@@ -38,0 +38,0 @@ "intelli-espower-loader": "^1.0.1",

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