New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eximchain/dappbot-api-client

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eximchain/dappbot-api-client - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

3

dist/index.js
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -8,0 +9,0 @@ });

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -179,3 +180,3 @@ });

return Object.assign(this.baseConf(method), {
json: args,
json: args || true,
url: this.buildFullPath(path)

@@ -182,0 +183,0 @@ });

{
"name": "@eximchain/dappbot-api-client",
"version": "1.2.3",
"version": "1.2.4",
"description": "Typescript client for the DappBot API",

@@ -8,3 +8,2 @@ "main": "dist/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",

@@ -28,8 +27,2 @@ "prepare": "npm run build"

"@eximchain/dappbot-types": "^1.7.8",
"@types/axios": "^0.14.0",
"@types/lodash.omit": "^4.5.6",
"@types/node": "^12.7.10",
"@types/node-fetch": "^2.5.0",
"@types/react": "^16.9.2",
"@types/request-promise-native": "^1.0.16",
"ethereum-types": "^2.1.2",

@@ -41,12 +34,16 @@ "lodash.omit": "^4.5.0",

"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"typescript": "^3.5.2"
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"ts-node": "^8.3.0"
"@types/axios": "^0.14.0",
"@types/lodash.omit": "^4.5.6",
"@types/node": "^12.12.5",
"@types/node-fetch": "^2.5.3",
"@types/react": "^16.9.11",
"@types/request-promise-native": "^1.0.17",
"casual": "^1.6.2",
"react": "^16.11.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.4"
}
}

@@ -155,3 +155,3 @@ import { Request as FetchRequest } from 'node-fetch';

{
json: args,
json: args || true,
url: this.buildFullPath(path)

@@ -158,0 +158,0 @@ }

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

import request from 'request';
import { Resource } from 'react-request-hook';

@@ -19,3 +20,3 @@ import User from '@eximchain/dappbot-types/spec/user';

export interface request<Args=any> extends base {
json: Args
json: Args | boolean
url: string

@@ -22,0 +23,0 @@ }

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