New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

prettier-plugin-angular

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-angular - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+11
-2
package.json
{
"name": "prettier-plugin-angular",
"version": "0.3.1",
"version": "0.3.2",
"description": "Prettier plugin for Angular HTML attribute alignment and sorting",

@@ -46,3 +46,12 @@ "main": "./dist/index.cjs",

],
"license": "MIT"
"license": "MIT",
"author": "p-otero",
"repository": {
"type": "git",
"url": "https://github.com/p-otero/prettier-plugin-angular.git"
},
"homepage": "https://github.com/p-otero/prettier-plugin-angular#readme",
"bugs": {
"url": "https://github.com/p-otero/prettier-plugin-angular/issues"
}
}