@textlint/textlint-plugin-text
Advanced tools
Comparing version 4.3.5 to 12.0.0-beta.0
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "4.3.5", | ||
"version": "12.0.0-beta.0", | ||
"description": "plain text plugin for textlint", | ||
@@ -15,5 +15,5 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"author": "azu", | ||
"type": "lib/index.d.ts", | ||
"main": "lib/index.js", | ||
"module": "./module/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"directories": { | ||
@@ -30,3 +30,3 @@ "test": "test" | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo", | ||
"clean": "rimraf lib/ module/", | ||
"prepublish": "npm run --if-present build", | ||
@@ -37,6 +37,6 @@ "test": "mocha \"test/**/*.{js,ts}\"", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^3.3.5" | ||
"@textlint/text-to-ast": "^12.0.0-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^3.4.5", | ||
"@textlint/kernel": "^12.0.0-beta.0", | ||
"@types/mocha": "8.2.2", | ||
@@ -49,3 +49,3 @@ "cross-env": "^7.0.3", | ||
"ts-node-test-register": "9.0.1", | ||
"typescript": "4.0.5" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -55,3 +55,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b" | ||
"gitHead": "1e0d0d7f628be0bfce04b6cd36fcc8390ca43096" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148525
19
1
1
+ Added@textlint/ast-node-types@12.6.1(transitive)
+ Added@textlint/text-to-ast@12.6.1(transitive)
- Removed@textlint/ast-node-types@4.4.3(transitive)
- Removed@textlint/text-to-ast@3.3.5(transitive)