Socket
Socket
Sign inDemoInstall

@debitoor/secure-log-data

Package Overview
Dependencies
1
Maintainers
51
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @debitoor/secure-log-data

secure sensitive user data from loging


Version published
Weekly downloads
289
increased by20.42%
Maintainers
51
Install size
49.9 kB
Created
Weekly downloads
 

Readme

Source

#secure-log-data npm version Build Status Coverage Status NSP Status Module for securing sensitive data from log objects.

##Installation

npm i -S -E @debitoor/secure-log-data

##Usage

const secureLogData = require('@debitoor/secure-log-data');
const options = {sensitiveKeys: ['array', 'of', 'custom', 'sensitive',  'keys']}
const securedData = secureLogData(logObject, options);

Keywords

FAQs

Last updated on 16 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc