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

@api3/airnode-abi

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api3/airnode-abi - npm Package Compare versions

Comparing version 0.6.5 to 0.7.0

CHANGELOG.md

1

dist/constants.d.ts

@@ -15,1 +15,2 @@ import { ValueOf, TypeTransformation } from './types';

export declare const TYPE_TRANSFORMATIONS: TypeTransformation;
//# sourceMappingURL=constants.d.ts.map
import { DecodedMap } from './types';
export declare function decode(encodedData: string): DecodedMap;
//# sourceMappingURL=decoding.d.ts.map
import { InputParameter } from './types';
export declare function encode(parameters: InputParameter[]): string;
//# sourceMappingURL=encoding.d.ts.map

@@ -5,1 +5,2 @@ export { encode } from './encoding';

export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ import { ParameterType } from './constants';

};
//# sourceMappingURL=types.d.ts.map

6

package.json
{
"name": "@api3/airnode-abi",
"license": "MIT",
"version": "0.6.5",
"version": "0.7.0",
"private": false,

@@ -13,4 +13,4 @@ "main": "dist/index",

"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist *.tgz",
"compile": "tsc -p tsconfig.build.json",
"clean": "rimraf -rf *.tsbuildinfo ./dist *.tgz",
"compile": "tsc --build tsconfig.json",
"pack": "yarn pack",

@@ -17,0 +17,0 @@ "test": "SILENCE_LOGGER=true jest --coverage",

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