Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-basicauth

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/secretlint-rule-basicauth - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

16

package.json
{
"name": "@secretlint/secretlint-rule-basicauth",
"version": "3.0.0",
"version": "3.1.0",
"description": "A secretlint rule that check Basic Authentication.",

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

"dependencies": {
"@secretlint/types": "^3.0.0",
"@secretlint/types": "^3.1.0",
"@textlint/regexp-string-matcher": "^1.1.0"

@@ -54,8 +54,8 @@ },

"cross-env": "^7.0.3",
"mocha": "^8.3.2",
"prettier": "^2.0.2",
"mocha": "^9.0.1",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"ts-node-test-register": "^9.0.1",
"typescript": "^4.0.5"
"ts-node": "^10.0.0",
"ts-node-test-register": "^10.0.0",
"typescript": "^4.3.4"
},

@@ -65,3 +65,3 @@ "publishConfig": {

},
"gitHead": "06a6a5c0aedc4bfa89b91891c04095d04bdf09d6"
"gitHead": "634a3fb30f99492e94676a358aaae3de31d99207"
}

@@ -34,2 +34,7 @@ # @secretlint/secretlint-rule-basicauth

## Options
- `allows: string[]`
- Allows a list of [RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)
## Changelog

@@ -36,0 +41,0 @@

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