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

basscss-positions

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss-positions - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "basscss-positions",
"version": "1.0.1",
"version": "1.0.2",
"description": "CSS positioning utilities for Basscss",

@@ -5,0 +5,0 @@ "style": "index.css",

@@ -11,3 +11,3 @@

<div class="relative">
<button class="button">Button</button>
<button class="btn btn-primary">Button</button>
</div>

@@ -20,7 +20,7 @@ ```

<div class="relative mb4">
<button class="button">Button</button>
<button class="btn-primary">Button</button>
<div class="absolute bg-white border rounded">
<a href="#" class="block button button-transparent">Dropdown Action</a>
<a href="#" class="block button button-transparent">Action</a>
<a href="#" class="block button button-transparent">Action</a>
<a href="#" class="block btn">Dropdown Action</a>
<a href="#" class="block btn">Action</a>
<a href="#" class="block btn">Action</a>
</div>

@@ -34,3 +34,3 @@ </div>

```html
<button class="fixed button">
<button class="fixed btn btn-primary">
Button

@@ -37,0 +37,0 @@ </button>

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