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

historic

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

historic - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "historic",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fetch historic stock data from yahoo",

@@ -5,0 +5,0 @@ "main": "lib/historic.js",

@@ -12,2 +12,4 @@ #Yahoo Historic Stock Quote Data

// Note: months are zero indexed
// start..end (inclusive)
// no data for weekends
var start = new Date(2013, 7, 27);

@@ -19,2 +21,3 @@ var end = new Date(2013, 7, 30);

});
```
```
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