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

coinmarketcap-s2l

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

coinmarketcap-s2l - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "coinmarketcap-s2l",
"description": "Symbol to CoinMarketCap Link converter",
"version": "1.0.0",
"author": "Valentin Degenne",
"keywords": [
"coinmarketcap", "url", "link", "crypto"
],
"version": "1.0.1",
"main": "main.js",

@@ -6,0 +10,0 @@ "module": "main.js",

@@ -5,2 +5,9 @@ # coinmarketcap-s2l

```javascript
import coinmarketcap from 'coinmarketcap-s2l'
coinmarketcap('BTC') // returns https://coinmarketcap.com/currencies/bitcoin/
coinmarketcap('ADA') // returns https://coinmarketcap.com/currencies/cardano/
```
## Installation

@@ -14,2 +21,4 @@

Import in your app to generate link to coinmarketcap
```javascript

@@ -16,0 +25,0 @@ import coinmarketcap from 'coinmarketcap-s2l'

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