New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swingtrackr/stock-exchange-symbols

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swingtrackr/stock-exchange-symbols - npm Package Compare versions

Comparing version 2.0.3-canary.1 to 2.0.3-canary.2

dist/index.es.js

10

package.json
{
"name": "@swingtrackr/stock-exchange-symbols",
"version": "2.0.3-canary.1",
"version": "2.0.3-canary.2",
"description": "Fetch and aggregate lists of stocks on the US and CA stock exchanges.",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"exports": "./dist/index.es.js",
"type": "module",
"scripts": {
"build:self": "esbuild src/index.js --bundle --platform=node --format=esm --minify --outfile=dist/index.js",
"build:es": "esbuild src/index.js --bundle --platform=node --format=esm --minify --outfile=dist/index.es.js",
"build:cjs": "esbuild src/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/index.js",
"build:symbol-map": "node scripts/generate.js",
"build:clean": "rm -r dist/symbols.json dist/exchanges.json",
"build": "npm run build:symbol-map && npm run build:self && npm run build:clean"
"build": "yarn build:symbol-map && yarn build:es & yarn build:cjs & wait && yarn build:clean"
},

@@ -13,0 +15,0 @@ "files": [

dist/index.js

Sorry, the diff of this file is too big to display

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