Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@textlint/textlint-plugin-text

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/textlint-plugin-text - npm Package Compare versions

Comparing version 4.3.5 to 12.0.0-beta.0

lib/src/index.d.ts

18

package.json
{
"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"
}
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