Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-final-definition

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-final-definition - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

11

index.d.ts
export default remarkLintFinalDefinition
export type Root = import('mdast').Root
declare const remarkLintFinalDefinition: 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-final-definition",
"version": "3.1.1",
"version": "3.1.2",
"description": "remark-lint rule to warn when definitions are not placed at the end of the file",

@@ -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 remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?dts'
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?min'
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3?bundle'
</script>

@@ -243,3 +243,3 @@ ```

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

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

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