Socket
Socket
Sign inDemoInstall

@secretlint/messages-to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/messages-to-markdown - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

39

CHANGELOG.md
# Change Log
## 0.8.0
### Minor Changes
- 4d0413a: `secretlint` CLI support `--secretlintrcJSON` flag
All notable changes to this project will be documented in this file.

@@ -10,6 +16,2 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/secretlint/secretlint/compare/v0.5.0...v0.6.0) (2020-02-29)

@@ -19,6 +21,2 @@

# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28)

@@ -28,6 +26,2 @@

## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28)

@@ -37,6 +31,2 @@

# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28)

@@ -46,6 +36,2 @@

# [0.3.0](https://github.com/secretlint/secretlint/compare/v0.2.0...v0.3.0) (2020-02-27)

@@ -55,6 +41,2 @@

# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23)

@@ -64,12 +46,7 @@

# 0.1.0 (2020-02-16)
### Features
* **messages-to-markdown:** add messages-to-markdown ([69580e5](https://github.com/secretlint/secretlint/commit/69580e5fe169ced05e795389e2e3f89bcd85dc6b))
* **npm:** add @secretlint/secretlint-rule-npm ([b0c891f](https://github.com/secretlint/secretlint/commit/b0c891fc42f3799452eb2b50d842811718a42078))
- **messages-to-markdown:** add messages-to-markdown ([69580e5](https://github.com/secretlint/secretlint/commit/69580e5fe169ced05e795389e2e3f89bcd85dc6b))
- **npm:** add @secretlint/secretlint-rule-npm ([b0c891f](https://github.com/secretlint/secretlint/commit/b0c891fc42f3799452eb2b50d842811718a42078))
{
"name": "@secretlint/messages-to-markdown",
"version": "0.7.0",
"description": "Create Markdown text from rule's messages(ids)",
"keywords": [
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/messages-to-markdown/",
"bugs": {
"url": "https://github.com/secretlint/secretlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/secretlint/secretlint.git"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"src/"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"secretlint-rule-messages-to-markdown": "./bin/cmd.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "cross-env NODE_ENV=production tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "# mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^0.7.0",
"meow": "^6.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.2"
},
"devDependencies": {
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"cross-env": "^7.0.0",
"mocha": "^7.0.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"ts-node-test-register": "^8.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b29781cbb16259b05547b66b5a728f56c9ad9698"
"name": "@secretlint/messages-to-markdown",
"version": "0.8.0",
"description": "Create Markdown text from rule's messages(ids)",
"keywords": [
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/messages-to-markdown/",
"bugs": {
"url": "https://github.com/secretlint/secretlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/secretlint/secretlint.git"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"src/"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"secretlint-rule-messages-to-markdown": "./bin/cmd.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "cross-env NODE_ENV=production tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "# mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^0.7.0",
"meow": "^6.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.2"
},
"devDependencies": {
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"cross-env": "^7.0.0",
"mocha": "^7.0.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"ts-node-test-register": "^8.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9a0a111e6ea7d2eca5f934d4a0a85b8eb537dc5f"
}
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