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

@textlint/kernel

Package Overview
Dependencies
Maintainers
2
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 0.3.0-alpha.6a53d00c to 1.0.0-beta.0

20

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.3.0-alpha.6a53d00c"></a>
# [0.3.0-alpha.6a53d00c](https://github.com/textlint/textlint/compare/@textlint/kernel@0.2.1...@textlint/kernel@0.3.0-alpha.6a53d00c) (2017-10-24)
### Bug Fixes
* **kernel:** assert 3rd argument on `report` function ([#319](https://github.com/textlint/textlint/issues/319)) ([93d10e7](https://github.com/textlint/textlint/commit/93d10e7)), closes [#316](https://github.com/textlint/textlint/issues/316)
* **kernel:** remove `RuleContext#config` ([#308](https://github.com/textlint/textlint/issues/308)) ([fa57d22](https://github.com/textlint/textlint/commit/fa57d22))
* **textlint-kernel:** remove ajv ([fade413](https://github.com/textlint/textlint/commit/fade413))
### Features
* **kernel:** support plugin options ([#306](https://github.com/textlint/textlint/issues/306)) ([7e8699b](https://github.com/textlint/textlint/commit/7e8699b))
<a name="0.2.1"></a>

@@ -25,0 +7,0 @@ ## [0.2.1](https://github.com/textlint/textlint/compare/@textlint/kernel@0.2.0...@textlint/kernel@0.2.1) (2017-05-21)

10

package.json

@@ -13,3 +13,3 @@ {

"name": "@textlint/kernel",
"version": "0.3.0-alpha.6a53d00c",
"version": "1.0.0-beta.0",
"description": "textlint kernel is core logic by pure JavaScript.",

@@ -52,3 +52,3 @@ "main": "lib/textlint-kernel.js",

"cross-env": "^5.0.5",
"markdown-to-ast": "^4.1.0-alpha.6a53d00c",
"markdown-to-ast": "^5.0.0-beta.0",
"mocha": "^3.5.3",

@@ -59,3 +59,3 @@ "npm-run-all": "^4.1.1",

"shelljs": "^0.7.7",
"textlint-plugin-markdown": "^2.1.0-alpha.6a53d00c",
"textlint-plugin-markdown": "^3.0.0-beta.0",
"ts-node": "^3.3.0",

@@ -66,4 +66,4 @@ "typescript": "^2.5.2",

"dependencies": {
"@textlint/ast-node-types": "^1.2.0-alpha.6a53d00c",
"@textlint/feature-flag": "^1.1.0-alpha.6a53d00c",
"@textlint/ast-node-types": "^2.0.0-beta.0",
"@textlint/feature-flag": "^2.0.0-beta.0",
"@types/bluebird": "^3.5.11",

@@ -70,0 +70,0 @@ "bluebird": "^3.5.0",

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