New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@secretlint/node

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/node - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

8

lib/index.d.ts
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"
}
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