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

bitcoincharts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoincharts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

bitcoincharts.js

@@ -19,7 +19,7 @@ var request = require("request"),

if(err || response.statusCode !== 200) {
callback(err ? err : response.statusCode);
callback(new Error(err ? err : response.statusCode));
return;
}
callback(false, parserLambda(body));
callback(null, parserLambda(body));
});

@@ -26,0 +26,0 @@ };

{
"name": "bitcoincharts",
"description": "bitcoincharts.com API client for node.js",
"version": "0.0.2",
"version": "0.0.3",
"keywords": ["btc", "bitcoin", "bitcoincharts"],

@@ -10,3 +10,3 @@ "author": "Preston Skupinski",

"type": "ISC",
"url": "https://github.com/scud43/node-bitcoincharts/blob/master/LICENSE.txt"
"url": "https://github.com/pskupinski/node-bitcoincharts/blob/master/LICENSE.txt"
}

@@ -24,4 +24,4 @@ ],

"type": "git",
"url": "https://github.com/scud43/node-bitcoincharts"
"url": "https://github.com/pskupinski/node-bitcoincharts"
}
}

@@ -39,2 +39,2 @@ node-bitcoincharts

This module is [ISC licensed](https://github.com/scud43/node-bitcoincharts/blob/master/LICENSE.txt).
This module is [ISC licensed](https://github.com/pskupinski/node-bitcoincharts/blob/master/LICENSE.txt).
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