Socket
Socket
Sign inDemoInstall

@secretlint/types

Package Overview
Dependencies
Maintainers
1
Versions
73
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 3.1.0 to 3.3.0

2

lib/SecretLintCore.d.ts

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

export declare type SecretLintCoreResultMessage = {
type: "message";
ruleId: string;

@@ -89,2 +90,3 @@ ruleParentId?: string;

export declare type SecretLintCoreIgnoreMessage = {
type: "ignore";
ruleId: string;

@@ -91,0 +93,0 @@ ruleParentId?: string;

4

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

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

},
"gitHead": "634a3fb30f99492e94676a358aaae3de31d99207"
"gitHead": "f6ee7794184c8cfb89c0bcd87e11e58d99301b25"
}

@@ -86,2 +86,3 @@ // Core Input and Output

export type SecretLintCoreResultMessage = {
type: "message";
ruleId: string;

@@ -102,2 +103,3 @@ ruleParentId?: string;

export type SecretLintCoreIgnoreMessage = {
type: "ignore";
ruleId: string;

@@ -104,0 +106,0 @@ ruleParentId?: string;

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