New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

be-api-client

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

be-api-client - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

12

index.js

@@ -207,2 +207,10 @@ const rp = require('request-promise-native')

async function entityId(){
return await doGet('/entities/entityId')
}
async function contractIds(entityId){
return await doGet('/entities/'+entityId+'/contractIds')
}
return {

@@ -227,3 +235,5 @@ isAPIRunning,

getFundBuyOrdersByDate,
getFundSellOrdersByDate
getFundSellOrdersByDate,
entityId,
contractIds
}

@@ -230,0 +240,0 @@ }

2

package.json
{
"name": "be-api-client",
"version": "0.0.23",
"version": "0.0.24",
"description": "A node.js client for the be-api.",

@@ -5,0 +5,0 @@ "main": "index.js",

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