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.1 to 3.4.2

17

CHANGELOG.md

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

<a name="3.4.2"></a>
## [3.4.2](https://github.com/textlint/textlint/compare/@textlint/kernel@3.4.1...@textlint/kernel@3.4.2) (2021-02-06)
### Bug Fixes
* **kernel:** fix `configBaseDir()` return correct base dir ([#742](https://github.com/textlint/textlint/issues/742)) ([8ae2dc1](https://github.com/textlint/textlint/commit/8ae2dc1))
### Chores
* **deps:** update dependency [@types](https://github.com/types)/node to ^14.14.25 ([cc5c800](https://github.com/textlint/textlint/commit/cc5c800))
<a name="3.4.1"></a>

@@ -8,0 +25,0 @@ ## [3.4.1](https://github.com/textlint/textlint/compare/@textlint/kernel@3.3.6...@textlint/kernel@3.4.1) (2021-01-22)

3

lib/task/fixer-task.js

@@ -65,3 +65,4 @@ // LICENSE : MIT

sourceCode: sourceCode,
ignoreReport: ignoreReport
ignoreReport: ignoreReport,
configBaseDir: _this.configBaseDir
});

@@ -68,0 +69,0 @@ _this.tryToAddListenRule(filterRuleDescriptor.filter, ruleContext, filterRuleDescriptor.normalizedOptions);

@@ -61,3 +61,4 @@ // LICENSE : MIT

sourceCode: sourceCode,
ignoreReport: ignoreReport
ignoreReport: ignoreReport,
configBaseDir: _this.configBaseDir
});

@@ -64,0 +65,0 @@ _this.tryToAddListenRule(filterRuleDescriptor.filter, ruleContext, filterRuleDescriptor.normalizedOptions);

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

@@ -39,8 +39,8 @@ "keywords": [

"@textlint/ast-node-types": "^4.4.1",
"@textlint/ast-tester": "^2.3.1",
"@textlint/ast-traverse": "^2.3.1",
"@textlint/feature-flag": "^3.3.1",
"@textlint/source-code-fixer": "^3.4.1",
"@textlint/types": "^1.5.1",
"@textlint/utils": "^1.2.1",
"@textlint/ast-tester": "^2.3.2",
"@textlint/ast-traverse": "^2.3.2",
"@textlint/feature-flag": "^3.3.2",
"@textlint/source-code-fixer": "^3.4.2",
"@textlint/types": "^1.5.2",
"@textlint/utils": "^1.2.2",
"debug": "^4.3.1",

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

"devDependencies": {
"@textlint/markdown-to-ast": "^6.3.1",
"@textlint/markdown-to-ast": "^6.3.2",
"@types/debug": "^4.1.5",
"@types/deep-equal": "^1.0.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/node": "^14.14.25",
"@types/structured-source": "^3.0.0",

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

},
"gitHead": "12508548c3d261d3a01ced5b53315fbf944e630c"
"gitHead": "e98bfa1d414e7a5d3ba85d4f0191ecafd9a54833"
}

@@ -75,3 +75,4 @@ // LICENSE : MIT

sourceCode,
ignoreReport
ignoreReport,
configBaseDir: this.configBaseDir
});

@@ -78,0 +79,0 @@ this.tryToAddListenRule(filterRuleDescriptor.filter, ruleContext, filterRuleDescriptor.normalizedOptions);

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