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

@textlint/kernel

Package Overview
Dependencies
Maintainers
3
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 13.0.0 to 13.0.1

4

lib/src/context/TextlintRuleContextFixCommandGeneratorImpl.d.ts

@@ -71,3 +71,3 @@ import { TxtNode } from "@textlint/ast-node-types";

replaceText(node: TxtNode, text: string): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -97,3 +97,3 @@ isAbsolute: boolean;

remove(node: TxtNode): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -100,0 +100,0 @@ isAbsolute: boolean;

@@ -80,3 +80,3 @@ import { TxtNode } from "@textlint/ast-node-types";

replaceText(node: TxtNode, text: string): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -106,3 +106,3 @@ isAbsolute: boolean;

remove(node: TxtNode): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -109,0 +109,0 @@ isAbsolute: boolean;

@@ -71,3 +71,3 @@ import { TxtNode } from "@textlint/ast-node-types";

replaceText(node: TxtNode, text: string): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -97,3 +97,3 @@ isAbsolute: boolean;

remove(node: TxtNode): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -100,0 +100,0 @@ isAbsolute: boolean;

@@ -80,3 +80,3 @@ import { TxtNode } from "@textlint/ast-node-types";

replaceText(node: TxtNode, text: string): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -106,3 +106,3 @@ isAbsolute: boolean;

remove(node: TxtNode): {
range: import("@textlint/ast-node-types/lib/src/NodeType").TextNodeRange;
range: import("@textlint/ast-node-types").TxtNodeRange;
text: string;

@@ -109,0 +109,0 @@ isAbsolute: boolean;

{
"name": "@textlint/kernel",
"version": "13.0.0",
"version": "13.0.1",
"description": "textlint kernel is core logic by pure JavaScript.",

@@ -40,9 +40,9 @@ "keywords": [

"dependencies": {
"@textlint/ast-node-types": "^13.0.0",
"@textlint/ast-tester": "^13.0.0",
"@textlint/ast-traverse": "^13.0.0",
"@textlint/feature-flag": "^13.0.0",
"@textlint/source-code-fixer": "^13.0.0",
"@textlint/types": "^13.0.0",
"@textlint/utils": "^13.0.0",
"@textlint/ast-node-types": "^13.0.1",
"@textlint/ast-tester": "^13.0.1",
"@textlint/ast-traverse": "^13.0.1",
"@textlint/feature-flag": "^13.0.1",
"@textlint/source-code-fixer": "^13.0.1",
"@textlint/types": "^13.0.1",
"@textlint/utils": "^13.0.1",
"debug": "^4.3.4",

@@ -53,3 +53,3 @@ "deep-equal": "^1.1.1",

"devDependencies": {
"@textlint/markdown-to-ast": "^13.0.0",
"@textlint/markdown-to-ast": "^13.0.1",
"@types/debug": "^4.1.7",

@@ -66,3 +66,3 @@ "@types/deep-equal": "^1.0.1",

},
"gitHead": "5ab6892e6c3f100751542f2c84bc91e78c584f7f"
"gitHead": "0eaa531c9e854b7df6a02fd750cdcc16d2ad26a4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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