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 3.0.0 to 3.1.0

2

lib/index.js

@@ -12,3 +12,3 @@ "use strict";

PrivateKeyP12: {
en: (props) => `found CP Service Account's private key(p12): ${props.FILE_NAME}`,
en: (props) => `found GCP Service Account's private key(p12): ${props.FILE_NAME}`,
ja: (props) => `GCPサービスアカウントの秘密鍵(p12) ${props.FILE_NAME} がみつかりました`,

@@ -15,0 +15,0 @@ },

{
"name": "@secretlint/secretlint-rule-gcp",
"version": "3.0.0",
"version": "3.1.0",
"description": "A secretlint rule for GCP.",

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

"dependencies": {
"@secretlint/types": "^3.0.0",
"@secretlint/types": "^3.1.0",
"@textlint/regexp-string-matcher": "^1.1.0",

@@ -55,8 +55,8 @@ "node-forge": "^0.10.0"

"cross-env": "^7.0.0",
"mocha": "^8.3.2",
"prettier": "^2.0.2",
"mocha": "^9.0.1",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"ts-node-test-register": "^9.0.1",
"typescript": "^4.0.5"
"ts-node": "^10.0.0",
"ts-node-test-register": "^10.0.0",
"typescript": "^4.3.4"
},

@@ -66,3 +66,3 @@ "publishConfig": {

},
"gitHead": "06a6a5c0aedc4bfa89b91891c04095d04bdf09d6"
"gitHead": "634a3fb30f99492e94676a358aaae3de31d99207"
}

@@ -42,2 +42,7 @@ # @secretlint/secretlint-rule-gcp

## Options
- `allows: string[]`
- Allows a list of [RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)
## Changelog

@@ -44,0 +49,0 @@

@@ -13,3 +13,3 @@ import fs from "fs";

PrivateKeyP12: {
en: (props: { FILE_NAME: string }) => `found CP Service Account's private key(p12): ${props.FILE_NAME}`,
en: (props: { FILE_NAME: string }) => `found GCP Service Account's private key(p12): ${props.FILE_NAME}`,
ja: (props: { FILE_NAME: string }) => `GCPサービスアカウントの秘密鍵(p12) ${props.FILE_NAME} がみつかりました`,

@@ -16,0 +16,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