Socket
Socket
Sign inDemoInstall

@google-cloud/projectify

Package Overview
Dependencies
Maintainers
5
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.2 to 0.3.3

34

CHANGELOG.md

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

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## v0.3.3
03-12-2019 12:27 PDT
This patch release contains a few updates to the docs. That's all!
### Documentation
- docs: update links in contrib guide ([#86](https://github.com/googleapis/nodejs-projectify/pull/86))
- docs: update contributing path in README ([#82](https://github.com/googleapis/nodejs-projectify/pull/82))
- docs: move CONTRIBUTING.md to root ([#81](https://github.com/googleapis/nodejs-projectify/pull/81))
- docs: add lint/fix example to contributing guide ([#79](https://github.com/googleapis/nodejs-projectify/pull/79))
### Internal / Testing Changes
- build: Add docuploader credentials to node publish jobs ([#90](https://github.com/googleapis/nodejs-projectify/pull/90))
- build: use node10 to run samples-test, system-test etc ([#89](https://github.com/googleapis/nodejs-projectify/pull/89))
- build: update release configuration
- chore(deps): update dependency mocha to v6
- build: use linkinator for docs test ([#85](https://github.com/googleapis/nodejs-projectify/pull/85))
- build: create docs test npm scripts ([#84](https://github.com/googleapis/nodejs-projectify/pull/84))
- build: test using @grpc/grpc-js in CI ([#83](https://github.com/googleapis/nodejs-projectify/pull/83))
- build: ignore googleapis.com in doc link check ([#78](https://github.com/googleapis/nodejs-projectify/pull/78))
- build: check for 404s in the docs ([#77](https://github.com/googleapis/nodejs-projectify/pull/77))
- chore(build): inject yoshi automation key ([#75](https://github.com/googleapis/nodejs-projectify/pull/75))
- chore: update nyc and eslint configs ([#74](https://github.com/googleapis/nodejs-projectify/pull/74))
- chore: fix publish.sh permission +x ([#72](https://github.com/googleapis/nodejs-projectify/pull/72))
- fix(build): fix Kokoro release script ([#71](https://github.com/googleapis/nodejs-projectify/pull/71))
- build: add Kokoro configs for autorelease ([#70](https://github.com/googleapis/nodejs-projectify/pull/70))
- chore: always nyc report before calling codecov ([#67](https://github.com/googleapis/nodejs-projectify/pull/67))
- chore: nyc ignore build/test by default ([#66](https://github.com/googleapis/nodejs-projectify/pull/66))
- chore(build): update prettier config ([#64](https://github.com/googleapis/nodejs-projectify/pull/64))
- chore: update license file ([#63](https://github.com/googleapis/nodejs-projectify/pull/63))
- fix(build): fix system key decryption ([#59](https://github.com/googleapis/nodejs-projectify/pull/59))
- chore: add synth.metadata
## v0.3.2

@@ -8,0 +42,0 @@

22

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

@@ -19,6 +19,8 @@ "main": "build/src/index.js",

"posttest": "npm run lint",
"docs": "echo no docs 👻",
"docs": "compodoc src/",
"presystem-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test"
"system-test": "mocha build/system-test",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},

@@ -33,2 +35,3 @@ "keywords": [],

"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/mocha": "^5.2.4",

@@ -40,15 +43,8 @@ "@types/node": "^10.5.2",

"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"source-map-support": "^0.5.6",
"typescript": "^3.0.0"
},
"nyc": {
"exclude": [
"build/test"
]
},
"publishConfig": {
"access": "public"
"typescript": "^3.0.0",
"linkinator": "^1.1.2"
}
}

@@ -8,3 +8,3 @@ <img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

Contributions welcome! See the [Contributing Guide](https://github.com/googlecloudplatform/google-cloud-node/blob/master/.github/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googlecloudplatform/google-cloud-node/blob/master/CONTRIBUTING.md).

@@ -11,0 +11,0 @@ ## License

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