Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eth-provider-types

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-provider-types - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md
# eth-provider-types
## 0.2.1
### Patch Changes
- [#368](https://github.com/BitskiCo/bitski-js/pull/368) [`44e28e6`](https://github.com/BitskiCo/bitski-js/commit/44e28e6a8d71c7c509bac56894ec62e5abb5d985) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Allow single user operation to be sent
## 0.2.0

@@ -4,0 +10,0 @@

5

index.d.ts

@@ -384,3 +384,6 @@ /**

[EthMethod.eth_supportedEntryPoints]: void;
[EthMethod.eth_sendUserOperation]: [userOperations: UserOperation[], entrypointAddress: string];
[EthMethod.eth_sendUserOperation]: [
userOperations: UserOperation | UserOperation[],
entrypointAddress: string
];
};

@@ -387,0 +390,0 @@ export declare type EthMethodResults = {

2

package.json
{
"name": "eth-provider-types",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript types for Ethereum providers, with types for every RPC method",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc