@hackylabs/deep-redact
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@hackylabs/deep-redact", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A fast, safe and configurable zero-dependency library for redacting strings or deeply redacting arrays and objects.", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -27,3 +27,3 @@ # Deep Redact | ||
// ./src/example.ts | ||
import {DeepRedact} from 'deep-redact'; // If you're using CommonJS, import with require('deep-redact') instead. Both CommonJS and ESM support named and default imports. | ||
import { DeepRedact } from '@hackylabs/deep-redact'; // If you're using CommonJS, import with require('deep-redact') instead. Both CommonJS and ESM support named and default imports. | ||
@@ -30,0 +30,0 @@ const redaction = new DeepRedact({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24309