append-styles
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -0,1 +1,5 @@ | ||
### v2.2.0 (2023-02-14) | ||
- [#2](https://github.com/sunesimonsen/append-styles/pull/2) Support webpack nonce ([Albert Fernández](mailto:afernandez@zendesk.com)) | ||
### v2.0.0 (2018-12-13) | ||
@@ -2,0 +6,0 @@ |
@@ -26,2 +26,6 @@ function appendStyles(options) { | ||
if (__webpack_nonce__) { | ||
styleElement.nonce = __webpack_nonce__; | ||
} | ||
var head = document.head | ||
@@ -28,0 +32,0 @@ |
{ | ||
"name": "append-styles", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Append CSS in a given order", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/sunesimonsen/append-styles/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8262
103