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 3.1.1 to 3.1.2

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="3.1.2"></a>
## [3.1.2](https://github.com/textlint/textlint/compare/@textlint/kernel@3.1.1...@textlint/kernel@3.1.2) (2019-01-03)
### Bug Fixes
* **textlint:** fix internal typing ([e2fde6c](https://github.com/textlint/textlint/commit/e2fde6c))
<a name="3.1.1"></a>

@@ -8,0 +20,0 @@ ## [3.1.1](https://github.com/textlint/textlint/compare/@textlint/kernel@3.1.0...@textlint/kernel@3.1.1) (2019-01-03)

6

lib/types/src/Rule/TextlintFilterRuleModule.d.ts

@@ -5,3 +5,3 @@ /**

import { TextlintFilterRuleContext } from "./TextlintFilterRuleContext";
import { TxtNodeType, TypeofTxtNode } from "@textlint/ast-node-types";
import { ASTNodeTypes, TypeofTxtNode } from "@textlint/ast-node-types";
/**

@@ -18,3 +18,5 @@ * textlint filter rule option values is object or boolean.

export declare type TextlintFilterRuleReportHandler = {
[P in TxtNodeType]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
} & {
[index: string]: (node: any) => void | Promise<any>;
};

@@ -21,0 +23,0 @@ /**

@@ -17,2 +17,4 @@ /**

[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
} & {
[index: string]: (node: any) => void | Promise<any>;
};

@@ -19,0 +21,0 @@ /**

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

@@ -35,6 +35,6 @@ "keywords": [

"dependencies": {
"@textlint/ast-node-types": "^4.2.0",
"@textlint/ast-traverse": "^2.1.1",
"@textlint/feature-flag": "^3.1.1",
"@textlint/types": "^1.1.1",
"@textlint/ast-node-types": "^4.2.1",
"@textlint/ast-traverse": "^2.1.2",
"@textlint/feature-flag": "^3.1.2",
"@textlint/types": "^1.1.2",
"@types/bluebird": "^3.5.18",

@@ -49,3 +49,3 @@ "bluebird": "^3.5.1",

"devDependencies": {
"@textlint/markdown-to-ast": "^6.1.1",
"@textlint/markdown-to-ast": "^6.1.2",
"@types/deep-equal": "^1.0.1",

@@ -64,3 +64,3 @@ "@types/mocha": "^5.2.5",

},
"gitHead": "d035d8599ae7e3713cf6cec9745afad538b82680"
"gitHead": "1f82e5f9fcdb6d21aed3b316c8a8e56378fe2847"
}

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