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

stock-info

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stock-info - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

17

package.json
{
"name": "stock-info",
"version": "1.3.0",
"version": "1.4.0",
"description": "Node.js module to retrieve stock information from Yahoo Finance API",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"build": "microbundle",
"dev": "microbundle watch",
"prepare": "npm run build"
},

@@ -26,2 +28,3 @@ "keywords": [

"eslint-plugin-import": "^2.25.2",
"microbundle": "^0.14.1",
"mocha": "^9.1.3"

@@ -31,3 +34,9 @@ },

"axios": "^0.24.0"
}
},
"type": "module",
"source": "index.js",
"exports": "./dist/index.modern.js",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.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