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.1.0 to 13.1.1

23

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

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

"prepack": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"test": "mocha",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",

@@ -41,9 +41,9 @@ "test:build": "tsc -b test"

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

@@ -54,3 +54,3 @@ "fast-equals": "^4.0.3",

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

@@ -63,6 +63,5 @@ "@types/mocha": "^9.1.1",

"ts-node": "^10.9.1",
"ts-node-test-register": "^10.0.0",
"typescript": "~4.9.4"
},
"gitHead": "29b9550457f207b0c66071df2a1666df4c1436bf"
"gitHead": "72b8689086fd585df08544ba47b48ce4195bba4b"
}
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