-
Notifications
You must be signed in to change notification settings - Fork 7
Fix: Make sure that expect matches the runtime type when instrumented #34
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is eval?Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior. Avoid packages that use eval, since this could potentially execute any code. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing! ❤️
@@ -34,6 +35,7 @@ | |||
"auto": "^10.37.6", | |||
"util": "^0.12.5", | |||
"expect": "^27.3.1", | |||
"prettier": "^2.8.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unrelated to the other changes here, was it intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yeah, I couldn't format my changes! I guess it is okay, to add it.
🚀 PR was released in |
Closes #32
Change Type
Indicate the type of change your pull request is:
maintenance
documentation
patch
minor
major
This is a fix, but also in some sense a breaking change...
📦 Published PR as canary version:
0.2.0--canary.34.b637a39.0
✨ Test out this PR locally via:
Version
Published prerelease version:
v0.2.0-next.0
Changelog
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Kasper Peulen (@kasperpeulen)
❤️ Homa Wong (@unional)
❤️ Valentin Palkovic (@valentinpalkovic)
❤️ Michael Shilman (@shilman)
❤️ Norbert de Langen (@ndelangen)
❤️ Vanessa Yuen (@vanessayuenn)
Release Notes
Prebundle @storybook/instrumenter package (#27)
This change bundles the
@storybook/instrumenter
package which fixes dependency conflicts in certain scenarios. It shouldn't impact the functionality of the package itself, but let us know if you experience any issues!🚀 Enhancement
🐛 Bug Fix
future
npm tag tonext
#28 (@yannbf)next
📝 Documentation
Authors: 8