🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

badness

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badness - npm Package Compare versions

Comparing version
0.4.0
to
0.5.0
+11
-11
package.json
{
"name": "badness",
"version": "0.4.0",
"description": "An LSP, formatter, and linter for LaTeX",
"version": "0.5.0",
"description": "A language, formatter, and linter for LaTeX",
"keywords": [

@@ -11,3 +11,3 @@ "latex",

],
"homepage": "https://jolars.github.io/badness/",
"homepage": "https://badness.dev/",
"bugs": "https://github.com/jolars/badness/issues",

@@ -32,11 +32,11 @@ "repository": {

"optionalDependencies": {
"@badness/linux-x64-gnu": "0.4.0",
"@badness/linux-arm64-gnu": "0.4.0",
"@badness/linux-x64-musl": "0.4.0",
"@badness/linux-arm64-musl": "0.4.0",
"@badness/darwin-x64": "0.4.0",
"@badness/darwin-arm64": "0.4.0",
"@badness/win32-x64": "0.4.0",
"@badness/win32-arm64": "0.4.0"
"@badness/linux-x64-gnu": "0.5.0",
"@badness/linux-arm64-gnu": "0.5.0",
"@badness/linux-x64-musl": "0.5.0",
"@badness/linux-arm64-musl": "0.5.0",
"@badness/darwin-x64": "0.5.0",
"@badness/darwin-arm64": "0.5.0",
"@badness/win32-x64": "0.5.0",
"@badness/win32-arm64": "0.5.0"
}
}

@@ -1,4 +0,4 @@

# badness
# Badness
[Badness](https://jolars.github.io/badness/) is an LSP, formatter, and linter
[Badness](https://badness.dev/) is a language server, formatter, and linter
for LaTeX documents.

@@ -13,4 +13,4 @@

This installs the `badness` command globally. The package detects your platform
at install time and pulls in a prebuilt binary via npm's optional dependencies
--- no Rust toolchain or postinstall download required.
at install time and pulls in a prebuilt binary via npm's optional dependencies;
no Rust toolchain or postinstall download required.

@@ -33,3 +33,3 @@ You can also use it without a global install:

See `badness --help` and the [documentation](https://jolars.github.io/badness/)
See `badness --help` and the [documentation](https://badness.dev/)
for the full feature list and configuration reference.

@@ -49,6 +49,6 @@

[PyPI](https://pypi.org/project/badness/), or one of the other methods listed at
<https://jolars.github.io/badness/>.
<https://badness.dev/>.
## License
MIT --- see [LICENSE](./LICENSE).
MIT. See [LICENSE](./LICENSE).