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

@api3/airnode-protocol-v1

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api3/airnode-protocol-v1 - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

dist/src/index.d.ts

@@ -0,2 +1,3 @@

export * from './contracts';
import references from '../deployments/references.json';
export { references };
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -7,4 +21,5 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

exports.references = void 0;
__exportStar(require("./contracts"), exports);
var references_json_1 = __importDefault(require("../deployments/references.json"));
exports.references = references_json_1.default;
//# sourceMappingURL=index.js.map

9

package.json
{
"name": "@api3/airnode-protocol-v1",
"license": "MIT",
"version": "1.2.2",
"version": "1.2.3",
"private": false,

@@ -13,7 +13,6 @@ "main": "dist/src/index",

"scripts": {
"build": "yarn clean && yarn build:contracts && yarn build:tsc",
"build": "yarn clean && yarn build:contracts && yarn build:contract-types && yarn build:tsc",
"build:contracts": "hardhat compile",
"build:tsc": "yarn build:contract-dts && yarn build:copy-contract-dts && tsc -p tsconfig.build.json",
"build:contract-dts": "yarn typechain --target ethers-v5 --out-dir ./src/contracts \"./artifacts/contracts/**/!(*.dbg).json\"",
"build:copy-contract-dts": "copyfiles -u 1 \"src/contracts/**/*.d.ts\" dist/src",
"build:contract-types": "yarn typechain --target ethers-v5 --out-dir ./src/contracts \"./artifacts/contracts/**/!(*.dbg).json\"",
"build:tsc": "tsc -p tsconfig.build.json",
"clean": "rimraf -rf ./dist *.tgz src/contracts artifacts cache",

@@ -20,0 +19,0 @@ "deploy:deterministic": "DETERMINISTIC=true hardhat deploy --network $NETWORK",

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