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 2.4.6 to 2.6.7

dist/common/index.cjs

14

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

@@ -18,12 +18,12 @@ "keywords": [

"type": "module",
"main": "./dist/common/index.js",
"main": "./dist/common/index.cjs",
"types": "./types/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/common/index.js"
"import": "./dist/module/index.mjs",
"require": "./dist/common/index.cjs"
},
"scripts": {
"build": "npm run clean && npm run build:esm & npm run build:common",
"build:esm": "tsc -p tsconfig.json",
"build:common": "tsc -p tsconfig.common.json",
"build": "npm run clean && npm run build:module && npm run build:common",
"build:module": "tsc -p tsconfig.module.json && find dist/module -name \"*.js\" | sed 's/^\\(.*\\)\\.js$/mv \"\\1.js\" \"\\1.mjs\"/' | sh && $(sed -i '' -rEe \"s/\\.js'/\\.mjs'/g\" $(find ./dist/module -type f))",
"build:common": "tsc -p tsconfig.common.json && find dist/common -name \"*.js\" | sed 's/^\\(.*\\)\\.js$/mv \"\\1.js\" \"\\1.cjs\"/' | sh && $(sed -i '' -rEe 's/\\.js\"/\\.cjs\"/g' $(find ./dist/common -type f))",
"clean": "rimraf dist types",

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

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