Socket
Socket
Sign inDemoInstall

redact-object

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redact-object - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

package.json
{
"name": "redact-object",
"version": "2.3.0",
"version": "2.3.1",
"description": "Object redactor",

@@ -34,4 +34,4 @@ "main": "index.js",

"coveralls": "^3.0.2",
"jasmine-node": "^1.16.2",
"nyc": "^13.0.1",
"jasmine-node": "^2.0.1",
"nyc": "^13.1.0",
"semistandard": "^12.0.1",

@@ -38,0 +38,0 @@ "snazzy": "^8.0.0"

@@ -51,4 +51,5 @@ # Redact Object

- {object} `config` Option object of config settings:
- partial: boolean, will do partial matching if true, Default _true_
- partial: boolean, will do partial matching if true, Default _false_
- strict: boolean, will do strict comparison (case sensitive) if true, Default _true_
- ignoreUnknown: boolean, will do strict comparison (case sensitive) if true, Default _false_

@@ -55,0 +56,0 @@ ### Replace Function

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