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

@api3/airnode-ois

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api3/airnode-ois - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

9

dist/types.d.ts

@@ -38,3 +38,9 @@ import { RESERVED_PARAMETERS } from './constants';

}
export declare type ApiSecurityScheme = ApiKeySecurityScheme | HttpSecurityScheme | RelayChainIdSecurityScheme | RelayChainTypeSecurityScheme | RelayRequesterAddressSecurityScheme;
export interface RelaySponsorAddressSecurityScheme extends ConfigurableSecurityScheme {
type: 'relaySponsorAddress';
}
export interface RelaySponsorWalletAddressSecurityScheme extends ConfigurableSecurityScheme {
type: 'relaySponsorWalletAddress';
}
export declare type ApiSecurityScheme = ApiKeySecurityScheme | HttpSecurityScheme | RelayChainIdSecurityScheme | RelayChainTypeSecurityScheme | RelayRequesterAddressSecurityScheme | RelaySponsorAddressSecurityScheme | RelaySponsorWalletAddressSecurityScheme;
export declare type SecuritySchemeType = ApiSecurityScheme['type'];

@@ -87,3 +93,2 @@ export interface ApiComponents {

summary?: string;
testable?: boolean;
}

@@ -90,0 +95,0 @@ export interface OIS {

{
"name": "@api3/airnode-ois",
"license": "MIT",
"version": "0.3.1",
"version": "0.4.0",
"private": false,

@@ -6,0 +6,0 @@ "main": "dist/index",

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