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

blockchain-javascript

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain-javascript - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -0,1 +1,3 @@

#! /usr/bin/env node
var express = require('express')

@@ -2,0 +4,0 @@ var parse = require('url-parse')

{
"name": "blockchain-javascript",
"version": "1.0.1",
"version": "1.0.2",
"description": "javascript implementation of private / public blockchain",

@@ -8,3 +8,6 @@ "main": "index.js",

"start": "node index.js",
"blockchain-javascript": "node index.js"
"build": "...",
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'",
"git-push": "git push origin gh-pages --force && git checkout master",
"deploy": "npm run build && npm run git-commit && npm run git-push"
},

@@ -22,2 +25,6 @@ "repository": {

"license": "MIT",
"preferGlobal": true,
"bin": {
"blockchain-javascript": "index.js"
},
"bugs": {

@@ -24,0 +31,0 @@ "url": "https://github.com/hskang9/blockchain/issues"

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