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

ng-voting

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-voting - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

ng-package.json

6

CHANGELOG.md

@@ -15,2 +15,6 @@ # Release notes

- Converted into standalone component
- Converted into standalone component
## 1.2.1
- Bugfix - Attempt to update scales only if showScale is enabled

19

package.json
{
"name": "ng-voting",
"description": "A reusable and customizable voting component for Angular projects",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [

@@ -28,16 +28,3 @@ "component",

},
"sideEffects": false,
"module": "fesm2022/ng-voting.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-voting.mjs",
"esm": "./esm2022/ng-voting.mjs",
"default": "./fesm2022/ng-voting.mjs"
}
}
}
"sideEffects": false
}
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