Socket
Book a DemoInstallSign in
Socket

@textlint/ast-node-types

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/ast-node-types - npm Package Compare versions

Comparing version

to
15.0.1

10

package.json
{
"name": "@textlint/ast-node-types",
"version": "15.0.0",
"version": "15.0.1",
"description": "textlint AST node type definition.",

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

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

@@ -22,3 +21,2 @@ "files": [

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

@@ -28,4 +26,4 @@ "!*.tsbuildinfo"

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

@@ -41,3 +39,3 @@ "test": "vitest run",

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