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

@smurftheweb/tradier-client

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

@smurftheweb/tradier-client - npm Package Compare versions

Comparing version

to
1.0.3

2

build/index.js

@@ -223,3 +223,3 @@ 'use strict';

value: function historical(ticker) {
return this._axios.get('markets/history', { params: { symbols: ticker } }).then(function (response) {
return this._axios.get('markets/history', { params: { symbol: ticker } }).then(function (response) {
var history = response.data.history;

@@ -226,0 +226,0 @@

{
"name": "@smurftheweb/tradier-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node API wrapper for the Tradier API",

@@ -12,3 +12,3 @@ "main": "build/index.js",

"start": "babel-node --presets es2015 src/index.js",
"prepublish": "npm run build"
"prepare": "npm run build"
},

@@ -15,0 +15,0 @@ "keywords": [