Comparing version 1.2.0 to 1.2.1
@@ -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 |
{ | ||
"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 | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
19588
14
179
1