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

doichain-transaction

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doichain-transaction - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

main.js

@@ -61,3 +61,3 @@ var conv = require('binstring');

},
nameDOI: function(name, value, address){
nameDoi: function(name, value, address){
name = conv(name, {in: 'binary', out:'hex'});

@@ -68,3 +68,3 @@ value = conv(value, {in: 'binary', out:'hex'});

return [
'10',
"10",
name,

@@ -71,0 +71,0 @@ value,

{
"name": "doichain-transaction",
"version": "0.0.1",
"description": "Create namecoin transactions",
"version": "0.0.2",
"description": "Create doichain transactions",
"main": "main.js",

@@ -18,3 +18,3 @@ "scripts": {

},
"author": "Marius Gundersen",
"author": "Marius Gundersen, Nico Krause",
"license": "MIT",

@@ -21,0 +21,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