-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Clone incoming objects to prevent incoming data mutation (Issue #1775) #2343
base: master
Are you sure you want to change the base?
Clone incoming objects to prevent incoming data mutation (Issue #1775) #2343
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a903bd0 - Browse repository at this point
Copy the full SHA a903bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89db297 - Browse repository at this point
Copy the full SHA 89db297View commit details -
Configuration menu - View commit details
-
Copy full SHA for be8e67a - Browse repository at this point
Copy the full SHA be8e67aView commit details -
feat(create-logger.js): implement deep copy where data mutation occur…
…s in create-logger
Configuration menu - View commit details
-
Copy full SHA for 19ea2c9 - Browse repository at this point
Copy the full SHA 19ea2c9View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68d6fac - Browse repository at this point
Copy the full SHA 68d6facView commit details -
fix(common.js): handle error case by creating a new error since error…
…s cannot be copied
Configuration menu - View commit details
-
Copy full SHA for d484d27 - Browse repository at this point
Copy the full SHA d484d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38149d4 - Browse repository at this point
Copy the full SHA 38149d4View commit details -
refactor(common.js): update error block to use object.assign to ensur…
…e custom properties are not lost. Updated unit test to check properties instead of instance since we are not modifying the original data
Configuration menu - View commit details
-
Copy full SHA for f708deb - Browse repository at this point
Copy the full SHA f708debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 451061e - Browse repository at this point
Copy the full SHA 451061eView commit details -
Revert "chore(lodash): adding lodash as a dependency to leverage clon…
…eDeep" This reverts commit a903bd0.
Configuration menu - View commit details
-
Copy full SHA for d297e90 - Browse repository at this point
Copy the full SHA d297e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 041b115 - Browse repository at this point
Copy the full SHA 041b115View commit details
Commits on Aug 14, 2023
-
test(logger.test.js): added test to ensure non-primitive objects pass…
…ed in are not mutated
Configuration menu - View commit details
-
Copy full SHA for 5a36815 - Browse repository at this point
Copy the full SHA 5a36815View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c112410 - Browse repository at this point
Copy the full SHA c112410View commit details