Socket
Socket
Sign inDemoInstall

crypto-exchange-manager

Package Overview
Dependencies
8
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

index.js

@@ -6,3 +6,3 @@ const fs = require('fs');

fs.readdirSync('./exchanges').forEach(file => {
fs.readdirSync(path.resolve(__dirname, './exchanges/')).forEach(file => {
exchanges[file.split('.')[0]] = require(path.resolve(__dirname, './exchanges/'+file));

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

{
"name": "crypto-exchange-manager",
"version": "5.0.0",
"version": "5.0.1",
"description": "Wrapper for cryptocurrencies exchanges apis.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc