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

javascript-commitment

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-commitment - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "javascript-commitment",
"version": "0.1.0",
"version": "0.1.1",
"description": "A commit message generator for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

# javascript-commitment [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] ![more fixes](http://img.shields.io/badge/more-fixes-ff69b0.svg)
JavaScript adoption of the great [Commitment](https://github.com/ngerakines/commitment) project. For a quick laugh and a **random commit message** for the gentle programmer.
> JavaScript adoption of the great [Commitment][commitment-url] project. For a quick laugh and a **random commit message** for the gentle programmer.

@@ -11,5 +11,5 @@ *Visit [http://whatthecommit.com/](http://whatthecommit.com/) for the web version.*

```javascript
var commitment = require('javascript-commitment')
var commitment = require('javascript-commitment');
var commit = commitment.whatThe();
var commit = commitment.whatThe();
console.log('Random commit message', commit.message);

@@ -31,2 +31,4 @@ // (\ /)

[commitment-url]: https://github.com/ngerakines/commitment
[npm-url]: https://npmjs.org/package/javascript-commitment

@@ -33,0 +35,0 @@ [npm-image]: http://img.shields.io/npm/v/javascript-commitment.svg

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