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

prettier-plugin-toml

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-toml - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

10

CHANGELOG.md
# prettier-plugin-toml
## 0.3.5
### Patch Changes
- [`c1a2d57`](https://github.com/un-ts/toml-tools/commit/c1a2d573552cfa88e4b2321d313f9dd36a5ce5c5) Thanks [@JounQin](https://github.com/JounQin)! - fix: mark @toml-tools/lexer ad dependency - close #55
- Updated dependencies []:
- @toml-tools/lexer@0.3.5
- @toml-tools/parser@0.3.5
## 0.3.4

@@ -4,0 +14,0 @@

7

package.json
{
"name": "prettier-plugin-toml",
"version": "0.3.4",
"version": "0.3.5",
"description": "TOML Prettier Plugin",

@@ -12,6 +12,7 @@ "keywords": [

"main": "lib/api.js",
"repository": "https://github.com/bd82/toml-tools/tree/master/packages/prettier-plugin-toml",
"repository": "https://github.com/un-ts/toml-tools/tree/master/packages/prettier-plugin-toml",
"license": "MIT",
"dependencies": {
"@toml-tools/parser": "^0.3.2",
"@toml-tools/lexer": "^0.3.5",
"@toml-tools/parser": "^0.3.5",
"prettier": "^1.16.0 || ^2.0.0"

@@ -18,0 +19,0 @@ },

@@ -34,5 +34,5 @@ [![npm](https://img.shields.io/npm/v/prettier-plugin-toml.svg)](https://www.npmjs.com/package/prettier-plugin-toml)

[In Gitpod](https://gitpod.io/#https://github.com/bd82/toml-tools/tree/master/test-packages/test-prettier-plugin-toml)
[In Gitpod](https://gitpod.io/#https://github.com/un-ts/toml-tools/tree/master/test-packages/test-prettier-plugin-toml)
Or clone an [example npm package](../../test-packages/test-prettier-plugin-toml)
Or clone an [example npm package](https://github.com/un-ts/toml-tools/tree/master/test-packages/test-prettier-plugin-toml)
which uses prettier-plugin-toml.

@@ -39,0 +39,0 @@

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