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

sheetify

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheetify - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

package.json
{
"name": "sheetify",
"version": "4.1.1",
"version": "4.1.2",
"description": "Modular CSS bundler",

@@ -5,0 +5,0 @@ "repository": "sheetify/sheetify",

@@ -40,3 +40,3 @@ # sheetify

const tree = hx`
<section className=${prefix}>
<section class=${prefix}>
<h1>My beautiful, centered title</h1>

@@ -88,3 +88,3 @@ </section>

const tree = hx`
<section className=${prefix}>
<section class=${prefix}>
<h1>My beautiful, centered title</h1>

@@ -109,3 +109,3 @@ </section>

const tree = hx`
<section className=${prefix}>
<section class=${prefix}>
<h1>My beautiful, centered title</h1>

@@ -180,3 +180,3 @@ </section>

const tree = hx`
<section className=${prefix}>
<section class=${prefix}>
<h1>My beautiful, centered title</h1>

@@ -183,0 +183,0 @@ </section>

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