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

node-markitondemand

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-markitondemand - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "node-markitondemand",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node library for dev.markitondemand.com REST APIs.",

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

node-markitondemand
===================
[![npm version](https://badge.fury.io/js/node-markitondemand.svg)](http://badge.fury.io/js/node-markitondemand)
[![Build Status](https://travis-ci.org/ahmedfarooki/node-markitondemand.svg)](https://travis-ci.org/ahmedfarooki/node-markitondemand)

@@ -34,3 +35,3 @@ [![Coverage Status](https://coveralls.io/repos/ahmedfarooki/node-markitondemand/badge.svg)](https://coveralls.io/r/ahmedfarooki/node-markitondemand)

markit.lookup('AAPL', function(data) {
markit.lookup('AAPL', function(err, data) {
// Where data is an array of stock symbols

@@ -55,3 +56,3 @@ console.log(data);

markit.getQuote('AAPL', function(stock) {
markit.getQuote('AAPL', function(err, stock) {
// Where stock is an object of stock data

@@ -72,3 +73,3 @@ console.log(stock);

markit.getQuotes(['AAPL', 'F'], function(stocks) {
markit.getQuotes(['AAPL', 'F'], function(err, stocks) {
// Where stocks is an array of objects of stock data

@@ -75,0 +76,0 @@ console.log(stocks);

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