Socket
Socket
Sign inDemoInstall

ticker-list

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ticker-list - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ticker-list",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get a full listing of stock tickers from https://stockanalysis.com/ and a full listing of crypto tickers from https://coinmarketcap.com/",

@@ -5,0 +5,0 @@ "main": "src/app.js",

@@ -13,3 +13,2 @@ const axios = require('axios').default;

const text = $(el).text().split(' - ');
console.log(text);
const ticker = text[0];

@@ -16,0 +15,0 @@ const company = text[1];

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