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

robinhood-typescript

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robinhood-typescript - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

2

lib/models/defaults.d.ts

@@ -1,2 +0,2 @@

export declare const apiUrl = "https://api.robinhood.com/";
export declare const apiUrl: string;
export declare const endpoints: {

@@ -3,0 +3,0 @@ login: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.endpoints = exports.apiUrl = void 0;
exports.apiUrl = 'https://api.robinhood.com/';
const proxyurl = 'https://cors-anywhere.herokuapp.com/';
exports.apiUrl = `${proxyurl}https://api.robinhood.com/`;
exports.endpoints = {

@@ -6,0 +7,0 @@ login: 'oauth2/token/',

{
"name": "robinhood-typescript",
"version": "1.10.0",
"version": "1.10.1",
"description": "NodeJS Framework to make trades with the private Robinhood API. Using this API is not encouraged, since it's not officially available and it has been reverse engineered. See @Sanko's Unofficial Documentation for more information.",

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

@@ -1,2 +0,3 @@

export const apiUrl = 'https://api.robinhood.com/';
const proxyurl = 'https://cors-anywhere.herokuapp.com/';
export const apiUrl = `${proxyurl}https://api.robinhood.com/`;
export const endpoints = {

@@ -3,0 +4,0 @@ login: 'oauth2/token/',

Sorry, the diff of this file is too big to display

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