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.5.0 to 0.6.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [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))
# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28)

@@ -8,0 +19,0 @@

5

lib/index.js

@@ -68,3 +68,6 @@ "use strict";

type: "scanner",
supportedContentTypes: ["all"]
supportedContentTypes: ["all"],
docs: {
url: "https://github.com/secretlint/secretlint/blob/master/packages/%40secretlint/secretlint-rule-gcp/README.md"
}
},

@@ -71,0 +74,0 @@ create(context, options) {

6

package.json
{
"name": "@secretlint/secretlint-rule-gcp",
"version": "0.5.0",
"version": "0.6.0",
"description": "A secretlint rule for GCP.",

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

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

@@ -65,3 +65,3 @@ "node-forge": "^0.9.1"

},
"gitHead": "5b400a28ba0837485e4b0452b3574b2634fe13be"
"gitHead": "1e46857980e6edd69714e973806e414207951816"
}

@@ -98,3 +98,7 @@ import fs from "fs";

type: "scanner",
supportedContentTypes: ["all"]
supportedContentTypes: ["all"],
docs: {
url:
"https://github.com/secretlint/secretlint/blob/master/packages/%40secretlint/secretlint-rule-gcp/README.md"
}
},

@@ -101,0 +105,0 @@ create(context, options) {

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