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

@textlint/config-loader

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/config-loader - npm Package Compare versions

Comparing version 0.12.0 to 12.3.0

lib/src/config-loader.d.ts

133

package.json
{
"name": "@textlint/config-loader",
"version": "0.12.0",
"description": "Config loader for textlint. .textlintrc loader",
"keywords": [
"textlint"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-loader/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"module": "module/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/",
"module"
],
"scripts": {
"build": "tsc -p . && tsc --project ./tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@textlint/kernel": "^12.0.0",
"@textlint/module-interop": "^12.0.0",
"@textlint/types": "^12.0.0",
"@textlint/utils": "^12.0.0",
"debug": "^4.3.1",
"rc-config-loader": "^4.0.0",
"try-resolve": "^1.0.1"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^15.6.0",
"mocha": "^8.4.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"ts-node-test-register": "^9.0.1",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "75abe354d1e1d26708bc222ca781467939d3c2ce"
"name": "@textlint/config-loader",
"version": "12.3.0",
"description": "Config loader for textlint. .textlintrc loader",
"keywords": [
"textlint"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-loader/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/src/index.js",
"module": "module/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/",
"module"
],
"scripts": {
"build": "tsc -p . && tsc --project ./tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.ts\"",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"watch": "tsc -p . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@textlint/kernel": "^12.3.0",
"@textlint/module-interop": "^12.3.0",
"@textlint/types": "^12.3.0",
"@textlint/utils": "^12.3.0",
"debug": "^4.3.1",
"rc-config-loader": "^4.0.0",
"try-resolve": "^1.0.1"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.11.17",
"mocha": "^10.2.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node-test-register": "^10.0.0",
"typescript": "~4.9.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cd49cd21ecce9f8e0469a84a5fc354c55d9617f2"
}
# @textlint/config-loader
Config loader for textlint. .textlintrc loader
Config loader for textlint. It is `.textlintrc` loader

@@ -5,0 +5,0 @@ ## Install

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