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

bitstore

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitstore - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "bitstore",
"version": "0.0.2",
"version": "0.0.3",
"description": "A content-addressable cloud storage web service that uses Bitcoin public key infrastructure for authentication and payment.",

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

@@ -23,5 +23,5 @@ #!/usr/bin/env node

config.privatekey = nconf.get('privatekey');
config.host = 'http://bitstore.d.syskall.com';
config.host = 'https://bitstore.d.blockai.com';
if (config.network === 'testnet') {
config.host = 'http://bitstore-test.d.syskall.com';
config.host = 'https://bitstore-test.d.blockai.com';
}

@@ -28,0 +28,0 @@

@@ -13,6 +13,6 @@ var debug = require('debug')('bitstore');

if (options.network === 'testnet') {
options.endpoint = 'http://bitstore-test.d.syskall.com';
options.endpoint = 'https://bitstore-test.d.blockai.com';
}
else {
options.endpoint = 'http://bitstore.d.syskall.com';
options.endpoint = 'https://bitstore.d.blockai.com';
}

@@ -19,0 +19,0 @@ }

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

Sorry, the diff of this file is not supported yet

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