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

@chromia/ft4

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chromia/ft4 - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

changelog.md

@@ -8,2 +8,8 @@ # Changelog

## [0.3.2] - 2024-02-06
### Fixed
- Fixes invalid parameter name for `ft4.get_auth_handler_for_operation` query
## [0.3.1] - 2024-01-19

@@ -10,0 +16,0 @@

2

dist/utils/queries.d.ts

@@ -9,3 +9,3 @@ /// <reference types="node" />

export declare function authHandlerForOperation(opName: string): QueryObject<AuthHandler | null, {
name: string;
op_name: string;
}>;

@@ -12,0 +12,0 @@ export declare function firstAllowedAuthDescriptor(opName: string, args: RawGtv, accountId: Buffer, ids: Buffer[]): QueryObject<Buffer | null, {

@@ -16,3 +16,3 @@ export function rellAppStructure() {

args: {
name: opName,
op_name: opName,
},

@@ -19,0 +19,0 @@ };

{
"name": "@chromia/ft4",
"version": "0.3.1",
"version": "0.3.2",
"description": "FT4 Library is a library for Rell modules (Chromia smart contract language). It can be imported and used as a token provider and manager. It allows several operations, among them: creation of different assets (type of tokens), allocation of tokens, transfer, and cross crosschain transfer. It also have some basic data structure for users (account) that can be used independently from the use of the tokens.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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