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

near-abi

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

near-abi - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

lib/index.d.ts
import { JSONSchema7 } from 'json-schema';
export declare const SCHEMA_VERSION = "0.3.0";
export declare const SCHEMA_VERSION = "0.4.0";
/** Root model representing the entire contract ABI with all its functions and custom types. */

@@ -88,3 +88,3 @@ export interface AbiRoot {

/** A list of function parameters sharing the same serialization type. */
export declare type AbiParameters = {
export type AbiParameters = {
args: AbiJsonParameter[];

@@ -91,0 +91,0 @@ serialization_type: AbiSerializationType.Json;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbiSerializationType = exports.AbiFunctionModifier = exports.AbiFunctionKind = exports.SCHEMA_VERSION = void 0;
exports.SCHEMA_VERSION = "0.3.0";
exports.SCHEMA_VERSION = "0.4.0";
/**

@@ -6,0 +6,0 @@ * Function kind regulates whether this function's invocation requires a transaction (so-called

{
"name": "near-abi",
"version": "0.1.1",
"version": "0.2.0",
"description": "Typescript library providing NEAR smart contract ABI primitives",

@@ -15,2 +15,3 @@ "main": "lib/index.js",

"@types/jest": "^27.5.1",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^5.30.1",

@@ -56,2 +57,2 @@ "@typescript-eslint/parser": "^5.30.1",

]
}
}
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