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 3.0.2 to 3.2.2

dist/cjs/client.cjs

15

package.json
{
"name": "@master-chief/alpaca",
"version": "3.0.2",
"version": "3.2.2",
"description": "a TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams",

@@ -24,6 +24,13 @@ "author": "master-chief",

],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"types": "./types/index.d.ts",
"main": "./dist/cjs/index.cjs",
"exports": {
"import": "./dist/mjs/index.mjs",
"require": "./dist/cjs/index.cjs"
},
"scripts": {
"build": "npm run clean && tsc --outDir dist --moduleResolution node --allowSyntheticDefaultImports -d --module commonjs src/*.ts",
"build": "npm run clean && npm run build:mjs && npm run build:cjs && ./remap.sh",
"build:mjs": "tsc --outDir dist/mjs --moduleResolution node --allowSyntheticDefaultImports -d --declarationDir types --module esnext src/*.ts",
"build:cjs": "tsc --outDir dist/cjs --moduleResolution node --esModuleInterop src/*.ts",
"clean": "rimraf dist types",

@@ -30,0 +37,0 @@ "test": "npm run test:unit",

@@ -0,7 +1,7 @@

import { AlpacaClient } from './client.js'
import { AlpacaStream } from './stream.js'
export { AlpacaClient } from './client.js'
export { AlpacaStream } from './stream.js'
import { AlpacaClient } from './client.js'
import { AlpacaStream } from './stream.js'
export default {

@@ -8,0 +8,0 @@ AlpacaClient: AlpacaClient,

Sorry, the diff of this file is not supported yet

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