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

bleep

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bleep - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/bleep.js

@@ -12,4 +12,4 @@ /*

module.exports = function(pipe) {
pipe = pipe || require('process').stdout.write;
pipe = pipe || process.stdout.write;
return pipe('\x07');
}
};
{
"name": "bleep",
"version": "0.0.2",
"version": "0.0.3",
"description": "A module to make the terminal bleep.",

@@ -14,3 +14,3 @@ "homepage": "https://github.com/danielchatfield/node-bleep",

"type": "git",
"url": "https://github.com/danielchatfield/bleep"
"url": "https://github.com/danielchatfield/node-bleep"
},

@@ -24,5 +24,4 @@ "licenses": [

"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0"
}
}

@@ -1,2 +0,2 @@

# bleep [![Build Status](https://secure.travis-ci.org/danielchatfield/node-bleep.png?branch=master)](http://travis-ci.org/danielchatfield/bleep) [![Dependency Status](https://david-dm.org/danielchatfield/node-bleep.png)](https://david-dm.org/danielchatfield/node-bleep)
# bleep [![Build Status](https://secure.travis-ci.org/danielchatfield/node-bleep.png?branch=master)](http://travis-ci.org/danielchatfield/node-bleep) [![Dependency Status](https://david-dm.org/danielchatfield/node-bleep.png)](https://david-dm.org/danielchatfield/node-bleep)

@@ -3,0 +3,0 @@ A module to make the terminal bleep.

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