You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

raiden-api-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raiden-api-client - npm Package Compare versions

Comparing version

to
0.1.4

0

build/core/client.d.ts

@@ -0,0 +0,0 @@ import { Address, Channel, Channels, Connections, Events, Partners, Payment, Token, Tokens, Transfers } from "../models/v1";

@@ -0,0 +0,0 @@ "use strict";

import { RaidenClient } from "./core/client";
export default RaidenClient;

@@ -0,0 +0,0 @@ "use strict";

export interface Address {
our_address: string;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Channel {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Connection {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Event {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export { Address } from "./address";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Partner {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Payment {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Token {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Transfer {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

4

package.json
{
"name": "raiden-api-client",
"description": "Raiden Network API TypeScript client",
"version": "0.1.3",
"version": "0.1.4",
"author": "wslyvh",

@@ -20,3 +20,3 @@ "license": "MIT",

},
"homepage": "https://github.com/wslyvh/Raiden-client#readme",
"homepage": "https://wslyvh.github.io/raiden-api-client/",
"main": "build/index.js",

@@ -23,0 +23,0 @@ "types": "build/index.d.ts",

# Raiden-client
Raiden Network API TypeScript client
[![Build Status](https://travis-ci.org/wslyvh/raiden-api-client.svg?branch=develop)](https://travis-ci.org/wslyvh/raiden-api-client)
[![codecov](https://codecov.io/gh/wslyvh/raiden-api-client/branch/develop/graph/badge.svg)](https://codecov.io/gh/wslyvh/raiden-api-client)
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/raiden-api-client?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/dashboard?id=raiden-api-client)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=raiden-api-client&metric=alert_status)](https://sonarcloud.io/dashboard?id=raiden-api-client)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=raiden-api-client&metric=coverage)](https://sonarcloud.io/dashboard?id=raiden-api-client)
[![NPM](https://img.shields.io/npm/v/raiden-api-client.svg)](https://www.npmjs.com/package/raiden-api-client)

@@ -14,5 +12,7 @@ [![NPM](https://img.shields.io/npm/l/raiden-api-client.svg)](https://www.npmjs.com/package/raiden-api-client)

Raiden has a Restful API with URL endpoints corresponding to user-facing interaction allowed by a Raiden node. The endpoints accept and return JSON encoded objects.
A lightweight Raiden Network API TypeScript client to interact with a Raiden Network node.
[Full documentation](https://raiden-network.readthedocs.io/en/latest/rest_api.html)
- [Official Website](https://raiden.network)
- [Official Developer Portal](https://developer.raiden.network/)
- [Official Raiden Network API documentation](https://raiden-network.readthedocs.io/en/latest/rest_api.html)

@@ -34,1 +34,13 @@ # Install

```
# Documentation
- [Raiden Client API documentation](https://wslyvh.github.io/raiden-api-client/)
# Contributing
See [CONTRIBUTING](./.github/CONTRIBUTING.MD).
# License
This project is released under the MIT License. See [LICENSE](LICENSE).

Sorry, the diff of this file is not supported yet