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

@onbeam/automation-api-client

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/automation-api-client - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

17

dist/index.d.ts

@@ -472,19 +472,2 @@ type ApiRequestOptions = {

chainId: number;
abi: Array<{
name?: string;
type?: string;
anonymous?: boolean;
payable?: boolean;
constant?: boolean;
stateMutability?: string;
gas?: string;
inputs?: Array<{
name?: string;
type?: string;
indexed?: boolean;
internalType?: any;
components?: Array<any>;
}>;
outputs?: Array<any>;
}>;
name: string;

@@ -491,0 +474,0 @@ };

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "1.2.9",
"version": "1.2.10",
"scripts": {

@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build",

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