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

@xiling-bot/exchangerate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiling-bot/exchangerate - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

index.js

@@ -10,2 +10,5 @@ const axios = require("axios");

exchangeRatio = require(join(process.cwd(), "./options/exchangeRate.json"));
if (!exchangeRatio.data) {
getNewRatio();
}
} catch (err) {

@@ -12,0 +15,0 @@ console.log("[汇率转换] 请在配置文件中填写access_key");

2

package.json
{
"name": "@xiling-bot/exchangerate",
"version": "1.0.0",
"version": "1.0.1",
"description": "xiling-bot的汇率转换插件",

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

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