Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-privatekey

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-privatekey - 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

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

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

@@ -40,0 +43,0 @@ create(context, options) {

8

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

@@ -50,4 +50,4 @@ "keywords": [

"devDependencies": {
"@secretlint/secretlint-scripts": "^0.5.0",
"@secretlint/tester": "^0.5.0",
"@secretlint/secretlint-scripts": "^0.6.0",
"@secretlint/tester": "^0.6.0",
"@types/mocha": "^7.0.1",

@@ -65,3 +65,3 @@ "@types/node": "^13.7.4",

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

@@ -63,3 +63,7 @@ import {

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

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