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

@master-chief/alpaca

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master-chief/alpaca - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/lib/client.js

@@ -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',
})

2

package.json
{
"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",

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