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

eos-detective

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

eos-detective - npm Package Compare versions

Comparing version 0.5.6 to 0.6.0

2

dist/src/config.d.ts

@@ -32,3 +32,3 @@ import { JsonRpc, Api } from "eosjs";

*
* @default "https://api.eosdetective.semiofficial.io/v0/"
* @default "https://graph-api.eosdetective.io/v0/"
*/

@@ -35,0 +35,0 @@ endpoint?: string;

@@ -28,3 +28,3 @@ "use strict";

this.private_key = "";
this.endpoint = "https://api.eosdetective.semiofficial.io/v0/";
this.endpoint = "https://graph-api.eosdetective.io/v0/";
this.endpoint_eosio = "https://api.eosn.io";

@@ -31,0 +31,0 @@ this.actor = "";

{
"name": "eos-detective",
"version": "0.5.6",
"version": "0.6.0",
"description": "EOS Detective",

@@ -23,15 +23,15 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "*",
"husky": "*",
"@types/jest": "^24.0.14",
"husky": "^2.4.1",
"jest": "*",
"nyc": "*",
"nyc": "^14.1.1",
"ts-jest": "*",
"ts-node": "*",
"tslint": "*",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "1.x",
"typedoc": "*",
"typescript": "*"
"typescript": "^3.5.1"
},
"dependencies": {
"axios": "0.18.x",
"axios": "^0.18.1",
"dotenv": "*",

@@ -38,0 +38,0 @@ "eosjs": "20.0.0-beta3",

@@ -79,3 +79,3 @@ # EOS Detective

DETECTIVE_TOKEN="<API TOKEN>"
DETECTIVE_ENDPOINT="https://api.eosdetective.semiofficial.io/v0/"
DETECTIVE_ENDPOINT="https://graph-api.eosdetective.io/v0/"
DETECTIVE_CONTRACT="eosdetective"

@@ -82,0 +82,0 @@

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