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
2
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 12.2.3 to 12.3.0

lib/src/index.d.ts.map

1

lib/src/index.d.ts

@@ -6,1 +6,2 @@ import { TextProcessor } from "./TextProcessor";

export default _default;
//# sourceMappingURL=index.d.ts.map

@@ -19,1 +19,2 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types";

}
//# sourceMappingURL=TextProcessor.d.ts.map

@@ -6,1 +6,2 @@ import { TextProcessor } from "./TextProcessor";

export default _default;
//# sourceMappingURL=index.d.ts.map

@@ -19,1 +19,2 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types";

}
//# sourceMappingURL=TextProcessor.d.ts.map

102

package.json
{
"name": "@textlint/textlint-plugin-text",
"version": "12.2.3",
"description": "plain text plugin for textlint",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"types": "lib/src/index.d.ts",
"main": "lib/src/index.js",
"module": "module/src/index.js",
"directories": {
"test": "test"
},
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prepack": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/text-to-ast": "^12.2.3"
},
"devDependencies": {
"@textlint/kernel": "^12.2.3",
"@types/mocha": "9.1.1",
"cross-env": "^7.0.3",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"textlint-rule-no-todo": "^2.0.1",
"ts-node": "10.9.1",
"ts-node-test-register": "10.0.0",
"typescript": "4.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a91d149faf3a745a472a035131e995cc5ec77898"
"name": "@textlint/textlint-plugin-text",
"version": "12.3.0",
"description": "plain text plugin for textlint",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"types": "lib/src/index.d.ts",
"main": "lib/src/index.js",
"module": "module/src/index.js",
"directories": {
"test": "test"
},
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prepack": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/text-to-ast": "^12.3.0"
},
"devDependencies": {
"@textlint/kernel": "^12.3.0",
"@types/mocha": "9.1.1",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"textlint-rule-no-todo": "^2.0.1",
"ts-node": "^10.9.1",
"ts-node-test-register": "^10.0.0",
"typescript": "~4.9.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cd49cd21ecce9f8e0469a84a5fc354c55d9617f2"
}
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