New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

atq-types

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atq-types

Type definitions for Kleros ATQ registry

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

Kleros ATQ Types

This package provides TypeScript type definitions for the Kleros ATQ (Arbitrable Token Questioning) registry.

Installation

You can install @kleros/atq-types via npm or yarn:

npm install @kleros/atq-types

or

yarn add @kleros/atq-types

Usage

To use the type definitions in your TypeScript project, simply import the Tag interface where needed:

import { Tag } from '@kleros/atq-types';

function processTag(tag: Tag) {
  // your code here
}

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

FAQs

Package last updated on 02 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts