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

mt-changelog

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mt-changelog - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

v0.6.2 - Mon, 14 Sep 2015 20:52:47 GMT
--------------------------------------
- [a8deb3a](../../commit/a8deb3a) [added] 'release-script'
- [00c3885](../../commit/00c3885) [fixed] provide missing promise implementation for env missing it
- [c8d4ce8](../../commit/c8d4ce8) [fixed] provide missing promise implementation for env missing it
<title not provided> - Mon, 01 Jun 2015 19:16:32 GMT

@@ -2,0 +10,0 @@ ----------------------------------------------------

8

lib/output.js

@@ -14,2 +14,6 @@ 'use strict';

var _promise = require('promise');
var _promise2 = _interopRequireDefault(_promise);
function output(_ref) {

@@ -21,4 +25,4 @@ var stdout = _ref.stdout;

if (stdout) {
console.log(formattedLog);
return Promise.resolve();
console.log(formattedLog); // eslint-disable-line no-console
return _promise2['default'].resolve();
}

@@ -25,0 +29,0 @@

{
"name": "mt-changelog",
"version": "0.6.1",
"version": "0.6.2",
"description": "creates changelogs for git projects",

@@ -21,4 +21,4 @@ "main": "lib/index.js",

"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "rm -rf lib && npm run build",
"build": "rm -rf lib && babel src --out-dir lib",
"release": "release",
"test": "npm run lint && mocha",

@@ -36,2 +36,3 @@ "test-watch": "mocha -w",

"fs-promise": "^0.3.1",
"promise": "^7.0.4",
"semver": "^5.0.0"

@@ -41,8 +42,11 @@ },

"babel": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-eslint": "^4.0.5",
"chai": "^3.0.0",
"chai-as-promised": "^5.0.0",
"eslint": "^0.24.0",
"eslint": "1.2.x",
"eslint-config-defaults": "^3.1.0",
"eslint-plugin-mocha": "^0.4.0",
"mocha": "^2.2.1",
"release-script": "^0.2.7",
"rf-changelog": "^0.4.0",
"sinon": "^1.14.1",

@@ -49,0 +53,0 @@ "sinon-chai": "^2.7.0",

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