Socket
Socket
Sign inDemoInstall

remark-lint-no-literal-urls

Package Overview
Dependencies
18
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2

11

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

6

package.json
{
"name": "remark-lint-no-literal-urls",
"version": "3.1.1",
"version": "3.1.2",
"description": "remark-lint rule to warn when URLs without angle brackets are used",

@@ -45,5 +45,3 @@ "license": "MIT",

},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"scripts": {},
"xo": false,

@@ -50,0 +48,0 @@ "typeCoverage": {

@@ -59,13 +59,13 @@ <!--This file is generated-->

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoLiteralUrls from 'https://cdn.skypack.dev/remark-lint-no-literal-urls@3?dts'
import remarkLintNoLiteralUrls from 'https://esm.sh/remark-lint-no-literal-urls@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoLiteralUrls from 'https://cdn.skypack.dev/remark-lint-no-literal-urls@3?min'
import remarkLintNoLiteralUrls from 'https://esm.sh/remark-lint-no-literal-urls@3?bundle'
</script>

@@ -227,3 +227,3 @@ ```

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -230,0 +230,0 @@ [npm]: https://docs.npmjs.com/cli/install

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc