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

hexy

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexy - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

.travis.yml

5

package.json
{
"name" : "hexy",
"version" : "0.2.4",
"version" : "0.2.5",
"description" : "hexdump, binary pretty-printing",

@@ -11,3 +11,6 @@ "author" : "Tim Becker <tim.becker@kuriositaet.de>",

},
"scripts" : {
"test" : "node ./test.js"
},
"bin": {"hexy" : "./bin/hexy_cmd.js"}
}

4

test.js

@@ -130,1 +130,5 @@ var hexy = require("./hexy.js")

p("failed: "+failed+" of "+total)
if (failed != 0) {
process.exit(1)
}

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