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

robinhood-node

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robinhood-node - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

publish/App.js

4

package.json
{
"name": "robinhood-node",
"version": "1.0.11",
"version": "1.0.12",
"main": "publish/index.js",

@@ -8,2 +8,3 @@ "license": "MIT",

"dependencies": {
"babel-polyfill": "*",
"request": "*",

@@ -22,5 +23,4 @@ "request-promise-native": "*"

"babel-cli": "*",
"babel-plugin-transform-object-rest-spread": "*",
"babel-preset-env": "*"
}
}

@@ -5,2 +5,4 @@ 'use strict';

require('babel-polyfill');
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }

@@ -7,0 +9,0 @@

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

import 'babel-polyfill';
const Request = require('./core/Request');

@@ -2,0 +3,0 @@ const Auth = require('./core/Auth');

Sorry, the diff of this file is not supported yet

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