Socket
Socket
Sign inDemoInstall

@secretlint/types

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/types - 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 @@

@@ -75,2 +75,7 @@ import { SecretLintRuleIgnoreDescriptor, SecretLintRuleReportDescriptor, SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule";

messageId: string;
/**
* It is based url for documentation
* If it is set, show `${docsUrl}#${messageId}` in output
*/
docsUrl?: string;
range: number[];

@@ -77,0 +82,0 @@ loc: SecretLintSourceNodeLocation;

4

package.json
{
"name": "@secretlint/types",
"version": "0.5.0",
"version": "0.6.0",
"description": "A typing package for @secretlint",

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

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

@@ -87,2 +87,7 @@ // Core Input and Output

messageId: string;
/**
* It is based url for documentation
* If it is set, show `${docsUrl}#${messageId}` in output
*/
docsUrl?: string;
range: number[];

@@ -89,0 +94,0 @@ loc: SecretLintSourceNodeLocation;

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