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.4.0 to 0.4.1

8

CHANGELOG.md

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

## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28)
**Note:** Version bump only for package @secretlint/types
# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28)

@@ -8,0 +16,0 @@

2

lib/SecretLintConfigDescriptor.d.ts

@@ -28,3 +28,3 @@ import { SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule";

*/
allowMessages?: string[];
allowMessageIds?: string[];
/**

@@ -31,0 +31,0 @@ * Severity level for the rule.

@@ -34,3 +34,3 @@ import { SecretLintRuleIgnoreDescriptor, SecretLintRuleReportDescriptor, SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule";

*/
allowMessages?: string[];
allowMessageIds?: string[];
};

@@ -37,0 +37,0 @@ export declare type SecretLintCoreDescriptorRulePreset<Options = SecretLintRulePresetCreatorOptions> = {

{
"name": "@secretlint/types",
"version": "0.4.0",
"version": "0.4.1",
"description": "A typing package for @secretlint",

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

},
"gitHead": "b1458e1ff9ee3d1cf7d2c8bb31879714b6751c09"
"gitHead": "d0a8f0202151e379c8f8c4203122fde37a2f0022"
}

@@ -29,3 +29,3 @@ import { SecretLintRuleCreator, SecretLintRuleCreatorOptions } from "./SecretLintRule";

*/
allowMessages?: string[];
allowMessageIds?: string[];
/**

@@ -32,0 +32,0 @@ * Severity level for the rule.

@@ -41,3 +41,3 @@ // Core Input and Output

*/
allowMessages?: string[];
allowMessageIds?: string[];
};

@@ -44,0 +44,0 @@ export type SecretLintCoreDescriptorRulePreset<Options = SecretLintRulePresetCreatorOptions> = {

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