@hackylabs/deep-redact 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ library outside of your global logging/error-reporting libraries.</h4>
|
|
|
24
24
|
|
|
25
25
|
```typescript
|
|
26
26
|
// ./src/example.ts
|
|
27
|
-
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.
|
|
27
|
+
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.
|
|
28
28
|
|
|
29
29
|
const redaction = new DeepRedact({
|
|
30
30
|
replacement: '*',
|
package/package.json
CHANGED