Closed yvesfracari closed 1 month ago
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
Alert | Package | Note | Source | CI |
---|---|---|---|---|
Protestware or potentially unwanted behavior | npm/es5-ext@0.10.62 |
| ⚠︎ |
This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.
Consider that consuming this package may come along with functionality unrelated to its primary purpose.
Take 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.
If 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.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of ecosystem/package-name@version
specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/es5-ext@0.10.62
Report too large to display inline
I have read the CLA Document and I hereby sign the CLA
I have read the CLA Document and I hereby sign the CLA
@yvesfracari hi! Tests are failing:
FAIL src/cow-shed/CoWShedHooks.spec.ts
● Test suite failed to run
Cannot find module './CowShedHooks' from 'src/cow-shed/CoWShedHooks.spec.ts'
1 | import { Wallet } from 'ethers'
> 2 | import { CowShedHooks } from './CowShedHooks'
add cow shed related abi and move contracts codegen folder to common
add initial cow shed package
add tests to the cow-shed module
add wip comments
chore(examples): add local cow sdk version to cra example
feat(examples): add generate cow shed hook calldata
revert ethers version change
improve bigint readability