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

google-stocks

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-stocks - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "google-stocks",
"version": "0.1.1",
"version": "0.1.2",
"author": "anvk",

@@ -5,0 +5,0 @@ "main": "google-stocks.js",

@@ -27,3 +27,88 @@ # google-stocks [![Build Status](https://travis-ci.org/anvk/google-stocks.svg?branch=master)](https://travis-ci.org/anvk/google-stocks)

returned format looks like this:
```js
/**
[
{
"id": "22144",
"t": "AAPL",
"e": "NASDAQ",
"l": "129.09",
"l_fix": "129.09",
"l_cur": "129.09",
"s": "0",
"ltt": "1:43PM EDT",
"lt": "May 4, 1:43PM EDT",
"lt_dts": "2015-05-04T13:43:56Z",
"c": "+0.14",
"c_fix": "0.14",
"cp": "0.11",
"cp_fix": "0.11",
"ccol": "chg",
"pcls_fix": "128.95"
}
]
**/
/**
[
{
"id": "665871",
"t": "WJA",
"e": "TSE",
"l": "28.06",
"l_fix": "28.06",
"l_cur": "CA$28.06",
"s": "0",
"ltt": "1:29PM EDT",
"lt": "May 4, 1:29PM EDT",
"lt_dts": "2015-05-04T13:29:56Z",
"c": "+0.45",
"c_fix": "0.45",
"cp": "1.63",
"cp_fix": "1.63",
"ccol": "chg",
"pcls_fix": "27.61"
},
{
"id": "304466804484872",
"t": "GOOG",
"e": "NASDAQ",
"l": "541.31",
"l_fix": "541.31",
"l_cur": "541.31",
"s": "0",
"ltt": "1:44PM EDT",
"lt": "May 4, 1:44PM EDT",
"lt_dts": "2015-05-04T13:44:58Z",
"c": "+3.41",
"c_fix": "3.41",
"cp": "0.63",
"cp_fix": "0.63",
"ccol": "chg",
"pcls_fix": "537.9"
},
{
"id": "22144",
"t": "AAPL",
"e": "NASDAQ",
"l": "129.10",
"l_fix": "129.10",
"l_cur": "129.10",
"s": "0",
"ltt": "1:45PM EDT",
"lt": "May 4, 1:45PM EDT",
"lt_dts": "2015-05-04T13:45:32Z",
"c": "+0.15",
"c_fix": "0.15",
"cp": "0.12",
"cp_fix": "0.12",
"ccol": "chg",
"pcls_fix": "128.95"
}
]
**/
```
## License

@@ -30,0 +115,0 @@

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