Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use v6 of safe-json-stringify #905

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Use v6 of safe-json-stringify #905

merged 1 commit into from
Jul 6, 2020

Conversation

imjoehaines
Copy link
Contributor

This makes redactedKeys case insensitive when using strings, to help prevent accidentally leaking data. For example, redactedKeys = ['secret'] will now match 'SECRET', 'SeCrEt' etc… as well as 'secret'

See bugsnag/safe-json-stringify@v5.0.0...v6.0.0

This makes redactedKeys case insensitive to help prevent leaking data
@bugsnagbot
Copy link
Collaborator

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 39.54 kB 12.21 kB
After 39.56 kB 12.22 kB
± ⚠️ +28 bytes ⚠️ +11 bytes

Generated by 🚫 dangerJS against c686d40

@bengourley bengourley merged commit db20998 into next Jul 6, 2020
@bengourley bengourley deleted the bump-safe-json-stringify branch July 6, 2020 10:55
@bengourley bengourley mentioned this pull request Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants