Socket
Socket
Sign inDemoInstall

@google-cloud/projectify

Package Overview
Dependencies
Maintainers
1
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.3 to 1.0.0

6

build/src/index.js

@@ -33,4 +33,6 @@ "use strict";

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

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

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

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## [1.0.0](https://www.github.com/googleapis/nodejs-projectify/compare/v0.3.3...v1.0.0) (2019-05-02)
### Build System
* upgrade engines field to >=8.10.0 ([#103](https://www.github.com/googleapis/nodejs-projectify/issues/103)) ([0149650](https://www.github.com/googleapis/nodejs-projectify/commit/0149650))
### BREAKING CHANGES
* upgrade engines field to >=8.10.0 (#103)
## v0.3.3

@@ -93,2 +105,1 @@

- chore: move mocha options to mocha.opts ([#5](https://github.com/googleapis/nodejs-projectify/pull/5))
{
"name": "@google-cloud/projectify",
"version": "0.3.3",
"version": "1.0.0",
"description": "A simple utility for replacing the projectid token in objects.",

@@ -38,11 +38,14 @@ "main": "build/src/index.js",

"codecov": "^3.0.4",
"gts": "^0.9.0",
"hard-rejection": "^1.0.0",
"gts": "^1.0.0",
"hard-rejection": "^2.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"nyc": "^14.0.0",
"source-map-support": "^0.5.6",
"typescript": "^3.0.0",
"linkinator": "^1.1.2"
},
"engines": {
"node": ">=8.10.0"
}
}
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