Socket
Socket
Sign inDemoInstall

github-release-from-changelog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-release-from-changelog - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.3.2 - 2018-06-07
* [Upgrade of grizzly to prevent security issue](https://github.com/MoOx/github-release-from-changelog/commit/9634bf8e1fa9ce9f693277bfed24bb83ead5a9e8) by @ntwb
# 1.3.1 - 2018-01-22

@@ -2,0 +6,0 @@

14

package.json
{
"name": "github-release-from-changelog",
"version": "1.3.1",
"version": "1.3.2",
"description": "Create GitHub releases from CHANGELOG.md",

@@ -25,3 +25,3 @@ "keywords": [

"dependencies": {
"grizzly": "^2.0.0",
"grizzly": "^3.0.3",
"minimist": "^1.2.0"

@@ -31,16 +31,12 @@ },

"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"npmpub": "^3.0.1",
"prettier": "^1.9.1"
"prettier": "^1.9.1",
"pretty-quick": "^1.6.0"
},
"scripts": {
"precommit": "lint-staged",
"format": "prettier --write \"**/*.{js,json,css,md}\"",
"precommit": "pretty-quick --staged",
"test": "echo \"I use myself\"",
"release": "npmpub --no-release",
"postrelease": "./github-release-from-changelog.js"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}

@@ -1,3 +0,5 @@

# github-release-from-changelog [![NPM version](https://img.shields.io/npm/v/github-release-from-changelog.svg?style=flat)](https://www.npmjs.com/package/github-release-from-changelog)
# github-release-from-changelog
[![NPM version](https://img.shields.io/npm/v/github-release-from-changelog.svg?style=flat)](https://www.npmjs.com/package/github-release-from-changelog)
> Create GitHub releases from `CHANGELOG.md`

@@ -4,0 +6,0 @@

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