Socket
Socket
Sign inDemoInstall

remark-lint-no-shell-dollars

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-shell-dollars - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

index.d.ts
export default remarkLintNoShellDollars
export type Root = import('mdast').Root
declare const remarkLintNoShellDollars: import('unified').Plugin<
| [unknown]
| void[]
| [unknown]
| [
(
| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -12,0 +12,0 @@ unknown

@@ -84,3 +84,6 @@ /**

const remarkLintNoShellDollars = lintRule(
'remark-lint:no-shell-dollars',
{
origin: 'remark-lint:no-shell-dollars',
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-shell-dollars#readme'
},
/** @type {import('unified-lint-rule').Rule<Root, void>} */

@@ -87,0 +90,0 @@ (tree, file) => {

{
"name": "remark-lint-no-shell-dollars",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when shell code is prefixed by dollars",

@@ -5,0 +5,0 @@ "license": "MIT",

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