You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@textlint/kernel

Package Overview
Dependencies
Maintainers
3
Versions
118
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

to
15.0.1

26

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

@@ -20,3 +20,2 @@ "keywords": [

"main": "lib/src/index.js",
"module": "./module/src/index.js",
"typings": "lib/src/index.d.ts",

@@ -29,3 +28,2 @@ "directories": {

"lib/",
"module/",
"src/",

@@ -35,4 +33,4 @@ "!*.tsbuildinfo"

"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/",
"build": "tsc -b",
"clean": "rimraf lib/",
"prepack": "npm run --if-present build",

@@ -45,9 +43,9 @@ "test": "vitest run",

"dependencies": {
"@textlint/ast-node-types": "15.0.0",
"@textlint/ast-tester": "15.0.0",
"@textlint/ast-traverse": "15.0.0",
"@textlint/feature-flag": "15.0.0",
"@textlint/source-code-fixer": "15.0.0",
"@textlint/types": "15.0.0",
"@textlint/utils": "15.0.0",
"@textlint/ast-node-types": "15.0.1",
"@textlint/ast-tester": "15.0.1",
"@textlint/ast-traverse": "15.0.1",
"@textlint/feature-flag": "15.0.1",
"@textlint/source-code-fixer": "15.0.1",
"@textlint/types": "15.0.1",
"@textlint/utils": "15.0.1",
"debug": "^4.4.1",

@@ -58,3 +56,3 @@ "fast-equals": "^4.0.3",

"devDependencies": {
"@textlint/markdown-to-ast": "15.0.0",
"@textlint/markdown-to-ast": "15.0.1",
"@types/debug": "^4.1.12",

@@ -69,3 +67,3 @@ "@types/node": "^18.19.111",

},
"gitHead": "903bb7a69acedbd1e88b996fffa5aef184b12af0"
"gitHead": "ee6d1134b3439fc2c0c253897b8d1d52179e893c"
}