New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

preline

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preline - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "preline",
"version": "1.0.2",
"version": "1.0.3",
"description": "Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.",

@@ -5,0 +5,0 @@ "main": "dist/hs-ui.bundle.js",

@@ -25,13 +25,13 @@ # preline logo

1. Install <code>preline-ui</code> via npm
1. Install <code>preline</code> via npm
<pre><code>npm i preline-ui</code></pre>
<pre><code>npm i preline</code></pre>
2. Include Preline UI as a plugin in the <code>tailwind.config.js</code> file
<pre><code>npm i preline-ui</code></pre>
<pre><code>npm i preline</code></pre>
3. Include the JavaScript <code><script></code> that powers the interactive elements near the end of your <code><body></code> tag:
<pre><code><script src="./docs/assets/vendor/preline-ui/preline-ui.bundle.js"></script></code></pre>
<pre><code><script src="./node_modules/preline/dist/hs-ui.bundle.js"></script></code></pre>

@@ -38,0 +38,0 @@ ## Documentation

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