@master-chief/alpaca
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -156,5 +156,1 @@ "use strict"; | ||
exports.Client = Client; | ||
const client = new Client({ credentials: { key: '', secret: '' } }); | ||
client.getLastTrade({ | ||
symbol: 'SPY', | ||
}); |
@@ -297,7 +297,1 @@ import fetch from 'node-fetch' | ||
} | ||
const client = new Client({ credentials: { key: '', secret: '' } }) | ||
client.getLastTrade({ | ||
symbol: 'SPY', | ||
}) |
{ | ||
"name": "@master-chief/alpaca", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64508
1801