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

@textlint/kernel

Package Overview
Dependencies
Maintainers
5
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/kernel - npm Package Compare versions

Comparing version 3.4.5 to 12.0.0-beta.0

lib/src/context/TextlintFilterRuleContextImpl.d.ts

32

package.json
{
"name": "@textlint/kernel",
"version": "3.4.5",
"version": "12.0.0-beta.0",
"description": "textlint kernel is core logic by pure JavaScript.",

@@ -18,5 +18,5 @@ "keywords": [

"author": "azu",
"main": "lib/index.js",
"module": "./module/index.js",
"typings": "lib/index.d.ts",
"main": "lib/src/index.js",
"module": "./module/src/index.js",
"typings": "lib/src/index.d.ts",
"directories": {

@@ -33,3 +33,3 @@ "test": "test"

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo",
"clean": "rimraf lib/ module/",
"prepublish": "npm run --if-present build",

@@ -40,9 +40,9 @@ "test": "mocha \"test/**/*.{js,ts}\"",

"dependencies": {
"@textlint/ast-node-types": "^4.4.3",
"@textlint/ast-tester": "^2.3.5",
"@textlint/ast-traverse": "^2.3.5",
"@textlint/feature-flag": "^3.3.5",
"@textlint/source-code-fixer": "^3.4.5",
"@textlint/types": "^1.5.5",
"@textlint/utils": "^1.2.5",
"@textlint/ast-node-types": "^12.0.0-beta.0",
"@textlint/ast-tester": "^12.0.0-beta.0",
"@textlint/ast-traverse": "^12.0.0-beta.0",
"@textlint/feature-flag": "^12.0.0-beta.0",
"@textlint/source-code-fixer": "^12.0.0-beta.0",
"@textlint/types": "^12.0.0-beta.0",
"@textlint/utils": "^12.0.0-beta.0",
"debug": "^4.3.1",

@@ -54,7 +54,7 @@ "deep-equal": "^1.1.1",

"devDependencies": {
"@textlint/markdown-to-ast": "^6.3.5",
"@textlint/markdown-to-ast": "^12.0.0-beta.0",
"@types/debug": "^4.1.5",
"@types/deep-equal": "^1.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.44",
"@types/node": "^14.17.0",
"@types/structured-source": "^3.0.0",

@@ -69,5 +69,5 @@ "cpx": "^1.5.0",

"ts-node-test-register": "^9.0.1",
"typescript": "~4.0.2"
"typescript": "~4.2.4"
},
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b"
"gitHead": "1e0d0d7f628be0bfce04b6cd36fcc8390ca43096"
}

@@ -29,5 +29,7 @@ import type {

*/
adjust(
reportArgs: TextlintRuleContextReportFunctionArgs
): { line: number; column: number; fix?: TextlintMessageFixCommand } {
adjust(reportArgs: TextlintRuleContextReportFunctionArgs): {
line: number;
column: number;
fix?: TextlintMessageFixCommand;
} {
const { node, ruleError, ruleId } = reportArgs;

@@ -34,0 +36,0 @@ const errorPrefix = `[${ruleId}]` || "";

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