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

remark-lint-code-block-syntax

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-code-block-syntax - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

35

package.json
{
"name": "remark-lint-code-block-syntax",
"version": "0.7.0",
"version": "0.8.0",
"description": "A remark-lint rule to check language syntax in a code block.",

@@ -17,3 +17,3 @@ "author": "Masafumi Koba",

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -26,7 +26,8 @@ "type": "module",

"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"pretest": "npm run lint",
"test": "node --test",
"test:watch": "npm run test -- --watch",
"lint": "npm run eslint && npm run prettier:check",
"lint:fix": "npm run eslint:fix && npm run prettier:write",
"eslint": "npx eslint --ignore-path=.gitignore .",
"eslint": "npx eslint .",
"eslint:fix": "npm run eslint -- --fix",

@@ -39,5 +40,5 @@ "prettier": "npx prettier --ignore-path=.gitignore .",

"dependencies": {
"@swc/core": "^1.3.82",
"@swc/core": "^1.3.95",
"js-yaml": "^4.1.0",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"unified-lint-rule": "^2.1.2",

@@ -47,23 +48,5 @@ "unist-util-visit": "^5.0.0"

"devDependencies": {
"jest": "^29.6.4",
"remark": "^14.0.3"
},
"eslintConfig": {
"root": true,
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"env": {
"es2017": true,
"node": true,
"jest": true
},
"ignorePatterns": [
"coverage",
"dist",
"tmp"
],
"reportUnusedDisableDirectives": true
"eslint": "^8.53.0",
"remark": "^15.0.1"
}
}

@@ -17,4 +17,4 @@ [![npm](https://img.shields.io/npm/v/remark-lint-code-block-syntax?style=flat-square)](https://www.npmjs.com/package/remark-lint-code-block-syntax)

```console
$ npm install remark-lint-code-block-syntax
```shell
npm install remark-lint-code-block-syntax
```

@@ -26,3 +26,3 @@

```console
```sh-session
$ remark --use remark-lint-code-block-syntax

@@ -60,1 +60,18 @@ docs/config.md

```
## Development
This section is for developers or maintainers.
### Releasing
1. Check out the latest code on your local repository
2. Run `npm version <next_version>`
3. Run `git push --follow-tags`
4. Start [editing a new GitHub release](https://github.com/ybiquitous/remark-lint-code-block-syntax/releases/new)
5. Chose the new tag
6. Click **Generate release notes**
7. Remove trivial change items from the release notes
8. Click **Save draft**
9. Double-check the draft release
10. Click **Publish release** if you find no problems (GitHub Actions will start publishing automatically)
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