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

dnschain

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnschain - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

HISTORY.md

2

package.json
{
"name": "dnschain",
"version": "0.2.1",
"version": "0.2.2",
"description": "A blockchain-based DNS + HTTP server that fixes HTTPS security, and more!",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/okTurtles/dnschain",

@@ -155,3 +155,3 @@ # DNSChain

The format of the configuration file is similar to INI, and is parsed by the NodeJS [`properties` module](https://github.com/gagle/node-properties) (in tandem with `nconf`). Here's a very basic `dnschain.conf`:
The format of the configuration file is similar to INI, and is parsed by the NodeJS [`properties` module](https://github.com/gagle/node-properties) (in tandem with `nconf`). Here's an example of a possible `dnschain.conf`:

@@ -164,3 +164,5 @@ [log]

oldDNS.address = 8.8.8.8 # no quotes around IP
oldDNSMethod = NO_OLD_DNS # no quotes around this value either
# disable traditional DNS resolution (default is NATIVE_DNS)
oldDNSMethod = NO_OLD_DNS # no quotes around this either

@@ -214,2 +216,7 @@ [http]

###### 0.2.2 - May 3, 2014
- Corrected StackedSchedule scheduling
- Copied old release notes to HISTORY.md
###### 0.2.1 - May 2, 2014

@@ -268,13 +275,4 @@

###### 0.0.2 - April 15, 2014
_(For complete release history see [HISTORY.md](HISTORY.md))_
- Enabled [namespace syntax](https://github.com/gagle/node-properties#namespaces) for the config file
- Cherry-picked fix for `namecoinizeDomain` by @rakoo (thanks!)
- Added more public servers to README.md
- Added example systemd unit files for `namecoind` and `dnscrypt-wrapper` to scripts folder
###### 0.0.1 - February 9, 2014
- Published to `npm` under `dnschain`
Copyright (c) 2013-2014 Greg Slepak. Licensed under [MPL-2.0 license](http://mozilla.org/MPL/2.0/).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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