Socket
Socket
Sign inDemoInstall

@prettier/plugin-ruby

Package Overview
Dependencies
Maintainers
13
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/plugin-ruby - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

9

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [4.0.2] - 2023-07-14
### Changed
- [#1367](https://github.com/prettier/plugin-ruby/pull/1367) - kddnewton - Specify `prettier` as a peer dependency and not a runtime dependency.
## [4.0.1] - 2023-07-08

@@ -1289,3 +1295,4 @@

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...HEAD
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1

@@ -1292,0 +1299,0 @@ [4.0.0]: https://github.com/prettier/plugin-ruby/compare/v3.2.2...v4.0.0

7

package.json
{
"name": "@prettier/plugin-ruby",
"version": "4.0.1",
"version": "4.0.2",
"description": "prettier plugin for the Ruby programming language",

@@ -22,4 +22,4 @@ "type": "module",

"homepage": "https://github.com/prettier/plugin-ruby#readme",
"dependencies": {
"prettier": ">=3.0.0"
"peerDependencies": {
"prettier": "^3.0.0"
},

@@ -31,2 +31,3 @@ "devDependencies": {

"jest": "^29.5.0",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.2"

@@ -33,0 +34,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