New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@svgr/plugin-prettier

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/plugin-prettier - npm Package Compare versions

Comparing version 6.1.2 to 6.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
### Bug Fixes
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
## [6.1.2](https://github.com/gregberge/svgr/compare/v6.1.1...v6.1.2) (2021-12-12)

@@ -8,0 +19,0 @@

16

package.json
{
"name": "@svgr/plugin-prettier",
"description": "Format code using Prettier",
"version": "6.1.2",
"version": "6.3.0",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier",

@@ -35,5 +41,5 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

"deepmerge": "^4.2.2",
"prettier": "^2.4.0"
"prettier": "^2.7.1"
},
"gitHead": "39913892ef19bc4224812e69856aa0daf71d5f23"
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a"
}

Sorry, the diff of this file is not supported yet

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