
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@kablamo/kerosene-test
Advanced tools
yarn add --dev @kablamo/kerosene-test
npm install --save-dev @kablamo/kerosene-test
createStubComponent(displayName, functional?, getRenderProps?, transformRenderProps?)
Creates a StubComponent for unit testing.
createStubContext(displayName, getter?)
Creates a stub React Context for unit testing.
createQueryObserverBaseResult(queryKey?)
Creates a fake query observer result useful for mocking React Query.
createQueryObserverSuccessResult(data, queryKey?)
Creates a fake query observer success result useful for mocking React Query.
createQueryObserverRefetchErrorResult(data, error, queryKey?)
Creates a fake query observer refetch error result useful for mocking React Query.
createQueryObserverLoadingErrorResult(error, queryKey?)
Creates a fake query observer loading error result useful for mocking React Query.
createQueryObserverLoadingResult(queryKey?)
Creates a fake query observer loading result useful for mocking React Query.
createStubStyles(classNames, values?)
Returns an object mapping local classNames to faked global equivalents along with any exported values.
stubProperties(target, properties)
Stubs properties
on the target
object, and returns a function which restores them to their original values.
JestMock<T>
Shorthand for jest.Mock<OverloadedReturnType<T>, OverloadedParameters<T>> & T;
.
JestSpied<T>
Shorthand for jest.SpyInstance<OverloadedReturnType<T>, OverloadedParameters<T>> & T;
.
SinonSpied<T>
Shorthand for sinon.SinonSpy<OverloadedParameters<T>, OverloadedReturnType<T>> & T;
.
SinonStubbed<T>
Shorthand for sinon.SinonStub<OverloadedParameters<T>, OverloadedReturnType<T>> & T;
.
kablamo.com.au
FAQs
``` yarn add --dev @kablamo/kerosene-test
The npm package @kablamo/kerosene-test receives a total of 158 weekly downloads. As such, @kablamo/kerosene-test popularity was classified as not popular.
We found that @kablamo/kerosene-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.