@secretlint/node
Advanced tools
Comparing version 6.0.1 to 6.0.2
import { SecretLintConfigDescriptor, SecretLintRuleLocaleTag } from "@secretlint/types"; | ||
export declare type SecretLintEngineOptionsBase = { | ||
export type SecretLintEngineOptionsBase = { | ||
/** | ||
@@ -34,3 +34,3 @@ * If cwd is not defined, cwd(current working dir) is current working dir. | ||
}; | ||
export declare type SecretLintEngineOptionsConfigFilePath = SecretLintEngineOptionsBase & { | ||
export type SecretLintEngineOptionsConfigFilePath = SecretLintEngineOptionsBase & { | ||
/** | ||
@@ -41,3 +41,3 @@ * If configFilePath is not defined, search config file from cwd(current working dir) | ||
}; | ||
export declare type SecretLintEngineOptionsConfigFileJSON = SecretLintEngineOptionsBase & { | ||
export type SecretLintEngineOptionsConfigFileJSON = SecretLintEngineOptionsBase & { | ||
/** | ||
@@ -49,3 +49,3 @@ * configFileJSON is a json object | ||
}; | ||
export declare type SecretLintEngineOptions = SecretLintEngineOptionsConfigFilePath | SecretLintEngineOptionsConfigFileJSON; | ||
export type SecretLintEngineOptions = SecretLintEngineOptionsConfigFilePath | SecretLintEngineOptionsConfigFileJSON; | ||
/** | ||
@@ -52,0 +52,0 @@ * Create SecretLint Engine and return the instance. |
{ | ||
"name": "@secretlint/node", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Secretlint client library for Node.js", | ||
@@ -44,7 +44,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@secretlint/config-loader": "^6.0.1", | ||
"@secretlint/core": "^6.0.1", | ||
"@secretlint/formatter": "^6.0.1", | ||
"@secretlint/profiler": "^6.0.1", | ||
"@secretlint/source-creator": "^6.0.1", | ||
"@secretlint/config-loader": "^6.0.2", | ||
"@secretlint/core": "^6.0.2", | ||
"@secretlint/formatter": "^6.0.2", | ||
"@secretlint/profiler": "^6.0.2", | ||
"@secretlint/source-creator": "^6.0.2", | ||
"debug": "^4.3.4", | ||
@@ -54,11 +54,11 @@ "p-map": "^4.0.0" | ||
"devDependencies": { | ||
"@secretlint/secretlint-rule-example": "^6.0.1", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.11.17", | ||
"@secretlint/secretlint-rule-example": "^6.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -71,3 +71,3 @@ "engines": { | ||
}, | ||
"gitHead": "67f291f3857b462d2b998d00c26d3c58a26c0d72" | ||
"gitHead": "15a9f79e558fed32a4cead3943754d6ec55890af" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
25393