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 1.0.0 to 1.0.1

7

build/index.js

@@ -13,2 +13,6 @@ 'use strict';

var _queryString = require('query-string');
var _queryString2 = _interopRequireDefault(_queryString);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -67,3 +71,4 @@

value: function quote(ticker) {
return this._axios.get('markets/quotes', { params: { symbols: ticker } }).then(function (response) {
var params = _queryString2.default.stringify({ symbols: ticker });
return this._axios.get('markets/quotes?' + params).then(function (response) {
var quotes = response.data.quotes;

@@ -70,0 +75,0 @@

7

package.json
{
"name": "@smurftheweb/tradier-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node API wrapper for the Tradier API",

@@ -43,4 +43,5 @@ "main": "build/index.js",

"bluebird": "3.5.0",
"moment": "^2.22.2"
"moment": "^2.22.2",
"query-string": "^6.1.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