
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ExchangeComparison
Advanced tools
This code searches for a range of historical exchange rates that is similar to the specified range. It will gather reference material for predicting future exchange rates. Currencies supported include.
| コード | 国名 | 通貨名 |
|---|---|---|
| USDJPY=X | アメリカ | ドル |
| GBPJPY=X | イギリス | ポンド |
| INRJPY=X | インド | ルピー |
| IDRJPY=X | インドネシア | ルピア |
| EGPJPY=X | エジプト | ポンド |
| AUDJPY=X | オーストラリア | ドル |
| CADJPY=X | カナダ | ドル |
| KRWJPY=X | 韓国 | ウォン |
| KWDJPY=X | クウェート | ディナール |
| COPJPY=X | コロンビア | ペソ |
| SARJPY=X | サウジアラビア | リヤル |
| SGDJPY=X | シンガポール | ドル |
| CHFJPY=X | スイス | フラン |
| SEKJPY=X | スウェーデン | クローナ |
| THBJPY=X | タイ | バーツ |
| TWDJPY=X | 台湾 | ドル |
| CNYJPY=X | 中国 | 元 |
| CLPJPY=X | チリ | ペソ |
| DKKJPY=X | デンマーク | クローネ |
| TRYJPY=X | トルコ | リラ |
| NZDJPY=X | ニュージーランド | ドル |
| NOKJPY=X | ノルウェー | クローネ |
| PYGJPY=X | パラグアイ | グァラニ |
| PHPJPY=X | フィリピン | ペソ |
| BRLJPY=X | ブラジル | レアル |
| VESJPY=X | ベネズエラ | ボリバル・ソベラノ |
| PENJPY=X | ペルー | ソル |
| HKDJPY=X | 香港 | ドル |
| MYRJPY=X | マレーシア | リンギット |
| ZARJPY=X | 南アフリカ | ランド |
| MXNJPY=X | メキシコ | ペソ |
| AEDJPY=X | UAE | ディルハム |
| EURJPY=X | 欧州 | ユーロ |
| JODJPY=X | ヨルダン | ディナール |
| RONJPY=X | ルーマニア | レウ |
| LBPJPY=X | レバノン | ポンド |
| RUBJPY=X | ロシア | ルーブル |
One request returns four candidates.
default: money_kind = 'USDJPY' date = 'Today' days = 20
import Exchange
e = Exchange(money_kind='USDJPY')
e.get_exchange(date='2010-01-04',days=20)

FAQs
The programme is designed to find the lower period of similar movements.
We found that ExchangeComparison demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.