Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-slack

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/secretlint-rule-slack - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

47

CHANGELOG.md
# Change Log
## 0.7.1
### Patch Changes
- Updated dependencies [4d0413a]
- @secretlint/tester@0.8.0
All notable changes to this project will be documented in this file.

@@ -10,18 +17,9 @@ 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)
### Features
* support terminalLink ([#65](https://github.com/secretlint/secretlint/issues/65)) ([a28ef9e](https://github.com/secretlint/secretlint/commit/a28ef9eb9b3803984ec37bbbd9cdf35e7d4b67a6))
* **slack:** support Incoming Webhook ([a68b875](https://github.com/secretlint/secretlint/commit/a68b875843b9f8f41bb21c3ad229a272bddfdf3e)), closes [#63](https://github.com/secretlint/secretlint/issues/63)
- support terminalLink ([#65](https://github.com/secretlint/secretlint/issues/65)) ([a28ef9e](https://github.com/secretlint/secretlint/commit/a28ef9eb9b3803984ec37bbbd9cdf35e7d4b67a6))
- **slack:** support Incoming Webhook ([a68b875](https://github.com/secretlint/secretlint/commit/a68b875843b9f8f41bb21c3ad229a272bddfdf3e)), closes [#63](https://github.com/secretlint/secretlint/issues/63)
# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28)

@@ -31,6 +29,2 @@

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

@@ -40,6 +34,2 @@

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

@@ -49,28 +39,17 @@

# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28)
### Features
* **core:** support "disabledMessages" options ([17de33e](https://github.com/secretlint/secretlint/commit/17de33eaef2408c63cbaeecb4038c8878a292ca0))
* **types:** rule require `messages` ([412803e](https://github.com/secretlint/secretlint/commit/412803eeebe7f14ce67f1c33c2ba16eac2acf9a5))
- **core:** support "disabledMessages" options ([17de33e](https://github.com/secretlint/secretlint/commit/17de33eaef2408c63cbaeecb4038c8878a292ca0))
- **types:** rule require `messages` ([412803e](https://github.com/secretlint/secretlint/commit/412803eeebe7f14ce67f1c33c2ba16eac2acf9a5))
# [0.3.0](https://github.com/secretlint/secretlint/compare/v0.2.0...v0.3.0) (2020-02-27)
### Bug Fixes
* **slack:** fix id ([761e1d0](https://github.com/secretlint/secretlint/commit/761e1d01374a23b734eecf1af2a9d40564990ded))
- **slack:** fix id ([761e1d0](https://github.com/secretlint/secretlint/commit/761e1d01374a23b734eecf1af2a9d40564990ded))
### Features
* **secretlint-rule-slack:** add @secretlint/secretlint-rule-slack ([d3d9f5b](https://github.com/secretlint/secretlint/commit/d3d9f5ba0173cd8dc46b720b13cfd9adf7e35d9d))
- **secretlint-rule-slack:** add @secretlint/secretlint-rule-slack ([d3d9f5b](https://github.com/secretlint/secretlint/commit/d3d9f5ba0173cd8dc46b720b13cfd9adf7e35d9d))
{
"name": "@secretlint/secretlint-rule-slack",
"version": "0.7.0",
"description": "A secretlint rule for slack.",
"keywords": [
"rule",
"secretlint",
"slack"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-slack/",
"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",
"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",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^0.7.0",
"@textlint/regexp-string-matcher": "^1.1.0",
"string.prototype.matchall": "^4.0.2"
},
"devDependencies": {
"@secretlint/tester": "^0.7.0",
"@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": "^8.6.2",
"ts-node-test-register": "^8.0.1",
"typescript": "^3.8.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b29781cbb16259b05547b66b5a728f56c9ad9698"
"name": "@secretlint/secretlint-rule-slack",
"version": "0.7.1",
"description": "A secretlint rule for slack.",
"keywords": [
"rule",
"secretlint",
"slack"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-slack/",
"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",
"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",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^0.7.0",
"@textlint/regexp-string-matcher": "^1.1.0",
"string.prototype.matchall": "^4.0.2"
},
"devDependencies": {
"@secretlint/tester": "^0.8.0",
"@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": "^8.6.2",
"ts-node-test-register": "^8.0.1",
"typescript": "^3.8.2"
},
"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