New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@textlint/kernel

Package Overview
Dependencies
Maintainers
3
Versions
103
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 2.0.6 to 2.0.7

11

CHANGELOG.md

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

<a name="2.0.7"></a>
## [2.0.7](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.6...@textlint/kernel@2.0.7) (2018-03-25)
### Chores
* **test:** use `ts-node-test-register` for TypeScript testing ([be746d8](https://github.com/textlint/textlint/commit/be746d8)), closes [#451](https://github.com/textlint/textlint/issues/451)
<a name="2.0.6"></a>

@@ -8,0 +19,0 @@ ## [2.0.6](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.5...@textlint/kernel@2.0.6) (2018-01-27)

11

package.json
{
"name": "@textlint/kernel",
"version": "2.0.6",
"version": "2.0.7",
"description": "textlint kernel is core logic by pure JavaScript.",

@@ -36,4 +36,4 @@ "keywords": [

"dependencies": {
"@textlint/ast-node-types": "^4.0.1",
"@textlint/ast-traverse": "^2.0.5",
"@textlint/ast-node-types": "^4.0.2",
"@textlint/ast-traverse": "^2.0.6",
"@textlint/feature-flag": "^3.0.4",

@@ -48,4 +48,4 @@ "@types/bluebird": "^3.5.18",

"devDependencies": {
"@textlint/markdown-to-ast": "^6.0.5",
"@textlint/textlint-plugin-markdown": "^4.0.7",
"@textlint/markdown-to-ast": "^6.0.6",
"@textlint/textlint-plugin-markdown": "^4.0.8",
"@types/mocha": "^2.2.43",

@@ -60,2 +60,3 @@ "@types/node": "^8.0.28",

"ts-node": "^3.3.0",
"ts-node-test-register": "^1.0.1",
"typescript": "~2.6.1",

@@ -62,0 +63,0 @@ "unist-util-select": "^1.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