Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

append-styles

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

append-styles - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

4

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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",

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