Socket
Socket
Sign inDemoInstall

@valora/logging

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valora/logging - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

25

package.json
{
"name": "@valora/logging",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/logging.js",

@@ -15,2 +15,16 @@ "typings": "dist/logging.d.ts",

],
"keywords": [
"log",
"logging",
"cloud",
"google cloud",
"google logging",
"cloud functions",
"app engine",
"logs explorer",
"bunyan",
"redact",
"censor",
"sensitive data redaction"
],
"scripts": {

@@ -28,5 +42,7 @@ "build": "tsc",

"supercheck": "yarn format && yarn lint:fix && yarn typecheck && yarn test",
"release": "yarn semantic-release"
"release": "semantic-release"
},
"dependencies": {
"@types/bunyan": "^1.8.8",
"@types/fast-redact": "^3.0.2",
"@google-cloud/logging": "^10.1.11",

@@ -39,6 +55,4 @@ "@google-cloud/logging-bunyan": "^4.1.4",

"devDependencies": {
"@types/bunyan": "^1.8.8",
"@types/bunyan-prettystream": "^0.1.32",
"@types/express": "^4.17.14",
"@types/fast-redact": "^3.0.2",
"@types/jest": "^29.2.0",

@@ -71,4 +85,3 @@ "@types/shelljs": "^0.8.11",

"branches": [
"main",
"jeanregisser/semantic-release"
"main"
],

@@ -75,0 +88,0 @@ "preset": "conventionalcommits"

# @valora/logging
[![GitHub License](https://img.shields.io/github/license/valora-inc/logging?color=blue)](https://github.com/valora-inc/logging/blob/main/LICENSE)
[![npm version](https://img.shields.io/npm/v/@valora/logging.svg)](https://www.npmjs.com/package/@valora/logging)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/valora-inc/logging/Workflow/main)](https://github.com/valora-inc/logging/actions/workflows/workflow.yaml?query=branch%3Amain)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/valora-inc/logging#contributing)
Thin wrapper for bunyan structured logs on Google Cloud and local development, with sensitive data redaction.

@@ -133,4 +138,8 @@

## Publishing
## Contributing
TODO
- [Reporting issues](https://github.com/valora-inc/logging/issues)
- [Submitting a pull request](https://github.com/valora-inc/logging/pulls)
- Publishing updates is done automatically via [semantic-release](https://github.com/semantic-release/semantic-release).
Remember to use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) or your PR will be rejected (since
merging it would mess up the changelog and version numbers).
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