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

bang

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bang - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

lib/cli.js

@@ -5,2 +5,10 @@ (function() {

if (process.versions.node < "0.6") {
require.extensions[".json"] = function(module, filename) {
var content;
content = require("fs").readFileSync(filename, "utf8");
return module.exports = JSON.parse(content);
};
}
Command = require("commander").Command;

@@ -7,0 +15,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Text snippets on the command line.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jimmycuadra/bang",

@@ -8,0 +8,0 @@ "repository": {

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