Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-gcp

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.2 to 0.7.3

31

CHANGELOG.md
# Change Log
## 0.7.3
### Patch Changes
- aaef596: Path Update
- Updated dependencies [aaef596]
- @secretlint/types@0.7.1
All notable changes to this project will be documented in this file.

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

### Bug Fixes
* **secretlint-rule-gcp:** fix plaice holder of report ([f25cb0b](https://github.com/secretlint/secretlint/commit/f25cb0b1fae45e9420a7de7d291251cb5f4e56b5))
- **secretlint-rule-gcp:** fix plaice holder of report ([f25cb0b](https://github.com/secretlint/secretlint/commit/f25cb0b1fae45e9420a7de7d291251cb5f4e56b5))
# [0.7.0](https://github.com/secretlint/secretlint/compare/v0.6.0...v0.7.0) (2020-03-01)

@@ -22,23 +25,13 @@

# [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)
### Features
* **gcp:** add @secretlint/secretlint-rule-gcp ([130973d](https://github.com/secretlint/secretlint/commit/130973d668c24a5adbb86a66c223d06c8f31deec))
* **secretlint-rule-preset-recommend:** add @secretlint/secretlint-rule-gcp ([8ab7b00](https://github.com/secretlint/secretlint/commit/8ab7b00978a7fa03210770db18d717e360ff1b6c))
- **gcp:** add @secretlint/secretlint-rule-gcp ([130973d](https://github.com/secretlint/secretlint/commit/130973d668c24a5adbb86a66c223d06c8f31deec))
- **secretlint-rule-preset-recommend:** add @secretlint/secretlint-rule-gcp ([8ab7b00](https://github.com/secretlint/secretlint/commit/8ab7b00978a7fa03210770db18d717e360ff1b6c))
{
"name": "@secretlint/secretlint-rule-gcp",
"version": "0.7.2",
"description": "A secretlint rule for GCP.",
"keywords": [
"rule",
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-gcp/",
"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",
"node-forge": "^0.9.1"
},
"devDependencies": {
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.6",
"@types/node-forge": "^0.9.2",
"cross-env": "^7.0.0",
"mocha": "^7.1.0",
"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": "e92597c1378bb16ef051ee21fc1013e923270150"
"name": "@secretlint/secretlint-rule-gcp",
"version": "0.7.3",
"description": "A secretlint rule for GCP.",
"keywords": [
"rule",
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-gcp/",
"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.1",
"@textlint/regexp-string-matcher": "^1.1.0",
"node-forge": "^0.9.1"
},
"devDependencies": {
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.6",
"@types/node-forge": "^0.9.2",
"cross-env": "^7.0.0",
"mocha": "^7.1.0",
"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": "ceffac0e71ed7bd2d20a518fbb74ecc6a9935161"
}

@@ -25,3 +25,3 @@ # @secretlint/secretlint-rule-gcp

## Messages
## MessageIDs

@@ -28,0 +28,0 @@ ### PrivateKeyP12

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