New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 2.1.0

7

package.json
{
"name": "append-styles",
"version": "2.0.1",
"version": "2.1.0",
"description": "Append CSS in a given order",
"bugs": "https://github.com/sunesimonsen/append-styles/issues",
"repository": {
"type": "git",
"url": "https://github.com/sunesimonsen/append-styles"
},
"main": "index.js",

@@ -6,0 +11,0 @@ "scripts": {

2

Readme.md

@@ -59,3 +59,3 @@ # append-styles

<style data-append-styles="module-a">h1 { color:papayawhip; }</style>
<style data-append-styles="module-b">body { background:red; }</style
<style data-append-styles="module-b">body { background:red; }</style>
<style data-append-styles="module-b">h1 { color:black; }</style>

@@ -62,0 +62,0 @@ ...

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