Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-aws

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.0 to 0.7.1

79

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,17 +17,8 @@ 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))
- support terminalLink ([#65](https://github.com/secretlint/secretlint/issues/65)) ([a28ef9e](https://github.com/secretlint/secretlint/commit/a28ef9eb9b3803984ec37bbbd9cdf35e7d4b67a6))
# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28)

@@ -30,6 +28,2 @@

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

@@ -39,73 +33,46 @@

## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28)
### Bug Fixes
* **aws:** remove console.log ([0bf11ae](https://github.com/secretlint/secretlint/commit/0bf11aedc033bd4217040f2198b3b43cc4197372))
- **aws:** remove console.log ([0bf11ae](https://github.com/secretlint/secretlint/commit/0bf11aedc033bd4217040f2198b3b43cc4197372))
# [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
* **aws:** fix false-positive _KEY=XXX pattern ([1baa241](https://github.com/secretlint/secretlint/commit/1baa24161f9f64fe40f392d3719f5396aa6913b4))
- **aws:** fix false-positive \_KEY=XXX pattern ([1baa241](https://github.com/secretlint/secretlint/commit/1baa24161f9f64fe40f392d3719f5396aa6913b4))
# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23)
### Bug Fixes
* **aws:** report only found Access key ([cfa0d4d](https://github.com/secretlint/secretlint/commit/cfa0d4d694ec6a8dc13bcc729c773b88567eecb5)), closes [#32](https://github.com/secretlint/secretlint/issues/32)
* **tester:** Make testDefinitions optional ([04b8dcc](https://github.com/secretlint/secretlint/commit/04b8dcc5dc9c93f0a9c02aa303f61b6bfe751e5d))
- **aws:** report only found Access key ([cfa0d4d](https://github.com/secretlint/secretlint/commit/cfa0d4d694ec6a8dc13bcc729c773b88567eecb5)), closes [#32](https://github.com/secretlint/secretlint/issues/32)
- **tester:** Make testDefinitions optional ([04b8dcc](https://github.com/secretlint/secretlint/commit/04b8dcc5dc9c93f0a9c02aa303f61b6bfe751e5d))
### Features
* **rule:** add `supportedContentTypes` to rule `meta` ([#39](https://github.com/secretlint/secretlint/issues/39)) ([3883c75](https://github.com/secretlint/secretlint/commit/3883c7578de38854aba2d1d20b8f167c8275f1c9))
- **rule:** add `supportedContentTypes` to rule `meta` ([#39](https://github.com/secretlint/secretlint/issues/39)) ([3883c75](https://github.com/secretlint/secretlint/commit/3883c7578de38854aba2d1d20b8f167c8275f1c9))
# 0.1.0 (2020-02-16)
### Bug Fixes
* **cli:** support root / in .secretlintignore ([abb94e3](https://github.com/secretlint/secretlint/commit/abb94e3b43509bc694f47a462720f6a0bf392982))
* fix type name ([08d39e8](https://github.com/secretlint/secretlint/commit/08d39e8fb8ce8c4eb7a8ac8087e7da969e3afa8b))
- **cli:** support root / in .secretlintignore ([abb94e3](https://github.com/secretlint/secretlint/commit/abb94e3b43509bc694f47a462720f6a0bf392982))
- fix type name ([08d39e8](https://github.com/secretlint/secretlint/commit/08d39e8fb8ce8c4eb7a8ac8087e7da969e3afa8b))
### Features
* **core:** support Localization ([845f24a](https://github.com/secretlint/secretlint/commit/845f24a2a5ba1af39a3da8c2b5d487f3f4e6c313))
* **messages-to-markdown:** add messages-to-markdown ([69580e5](https://github.com/secretlint/secretlint/commit/69580e5fe169ced05e795389e2e3f89bcd85dc6b))
* **secretlint-rule-preset-recommend:** implement secretlint-rule-preset-recommend ([2728140](https://github.com/secretlint/secretlint/commit/27281404717565a6bcea4749bb047cf0d6b777ed))
* **tester:** support .secretlintrc options via file ([c137c00](https://github.com/secretlint/secretlint/commit/c137c00829d6ee903d0e81894e0d343fff94f089))
* add test case ([747bb57](https://github.com/secretlint/secretlint/commit/747bb57f7ccffd220e3118a4fa45bfd2c277e21a))
* preset ([868ac0f](https://github.com/secretlint/secretlint/commit/868ac0f2526217e04a774a48c26d90a89937cee2))
- **core:** support Localization ([845f24a](https://github.com/secretlint/secretlint/commit/845f24a2a5ba1af39a3da8c2b5d487f3f4e6c313))
- **messages-to-markdown:** add messages-to-markdown ([69580e5](https://github.com/secretlint/secretlint/commit/69580e5fe169ced05e795389e2e3f89bcd85dc6b))
- **secretlint-rule-preset-recommend:** implement secretlint-rule-preset-recommend ([2728140](https://github.com/secretlint/secretlint/commit/27281404717565a6bcea4749bb047cf0d6b777ed))
- **tester:** support .secretlintrc options via file ([c137c00](https://github.com/secretlint/secretlint/commit/c137c00829d6ee903d0e81894e0d343fff94f089))
- add test case ([747bb57](https://github.com/secretlint/secretlint/commit/747bb57f7ccffd220e3118a4fa45bfd2c277e21a))
- preset ([868ac0f](https://github.com/secretlint/secretlint/commit/868ac0f2526217e04a774a48c26d90a89937cee2))
{
"name": "@secretlint/secretlint-rule-aws",
"version": "0.7.0",
"description": "A secretlint rule for AWS.",
"keywords": [
"secretlint",
"rule",
"aws"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-aws/",
"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",
"regx": "^1.0.4",
"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-aws",
"version": "0.7.1",
"description": "A secretlint rule for AWS.",
"keywords": [
"secretlint",
"rule",
"aws"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-aws/",
"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",
"regx": "^1.0.4",
"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