Socket
Socket
Sign inDemoInstall

bitcoincashjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoincashjs - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

dist/bitcoincash-0.1.10.js

42

package.json
{
"name": "bitcoincashjs",
"version": "0.1.9",
"version": "0.1.10",
"description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.",
"author": "Emilio Almansi <hi@ealmansi.com>",
"main": "lib/bitcoincash.js",
"main": "src/bitcoincash.js",
"files": [
"lib/",
"src/",
"dist/"
],
"scripts": {
"build": "npm install && npx gulp build",
"build:node": "npm install && npx gulp build:node",
"build:browser": "npm install && npx gulp build:browser",
"build:test": "npm install && npx gulp build:test",
"test": "npm install && npx gulp test",
"test:all": "npm install && npx gulp test:all",
"test:node": "npm install && npx gulp test:node",
"test:browser": "npm install && npx gulp test:browser",
"lint": "npm install && npx gulp lint",
"coveralls": "npm install && npx gulp coveralls",
"preversion": "npm install && npm test",
"version": "npm install && npx gulp version",
"postversion": "npm install && npx gulp postversion",
"build": "node scripts/build.js",
"build:tests": "node scripts/build-tests.js",
"test": "npm run test:node",
"test:all": "npm run test:node && npm run test:browser",
"test:node": "nyc --reporter=html --reporter=text mocha",
"test:browser": "npm run build:tests && karma start",
"lint": "node scripts/lint.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"preversion": "npm test",
"readme": "mustache package.json README.tpl.md > README.md",
"version": "npm run build && npm run readme && git add -A dist README.md",
"postversion": "git push && git push --tags && npm publish",
"bump": "npm version patch -m 'Bump version to %s.'"

@@ -55,3 +54,3 @@ },

"buffer-compare": "=1.0.0",
"cashaddrjs": "^0.1.4",
"cashaddrjs": "^0.2.8",
"elliptic": "=3.0.3",

@@ -63,7 +62,2 @@ "inherits": "=2.0.1",

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-minify": "^0.2.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"brfs": "^1.4.3",

@@ -73,4 +67,2 @@ "browserify": "^14.5.0",

"coveralls": "^3.0.0",
"gulp": "^3.8.10",
"gulp-shell": "^0.6.5",
"jsdoc": "^3.5.5",

@@ -86,3 +78,3 @@ "jshint": "^2.9.5",

"nyc": "^11.4.1",
"run-sequence": "^2.2.0",
"shelljs": "^0.8.0",
"sinon": "^1.13.0",

@@ -89,0 +81,0 @@ "uglify-js": "^3.3.4"

@@ -35,3 +35,3 @@ # [BitcoinCash.js](https://bitcoincashjs.github.io/): The simple, safe, and powerful JavaScript library for Bitcoin Cash

You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.9.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.9.min.js).
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.10.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.10.min.js).

@@ -38,0 +38,0 @@ ## Examples

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