Socket
Socket
Sign inDemoInstall

fast-redact

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-redact - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "fast-redact",
"version": "1.1.0",
"version": "1.1.1",
"description": "very fast object redaction",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -93,3 +93,3 @@ # fast-redact

Since the implementation exploits the fact the `undefined` keys are ignored
Since the implementation exploits the fact that `undefined` keys are ignored
by `JSON.stringify` the `remove` option may *only* be used when `JSON.stringify`

@@ -96,0 +96,0 @@ is the serializer (this is the default) – otherwise `fast-redact` will throw.

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