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

coinbase-node

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinbase-node - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

lib/controllers/transactions.js

@@ -19,2 +19,5 @@ const Promise = require('bluebird');

.endAsync().then(function(response) {
if (!response.body.success) {
return reject(new Error(response.body.errors));
}
resolve(response.body);

@@ -21,0 +24,0 @@ })

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/client.js",

@@ -13,0 +13,0 @@ "dependencies": {

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