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

tailwindcss-safe-area

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

tailwindcss-safe-area - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

12

index.js

@@ -57,2 +57,14 @@ const plugin = require('tailwindcss/plugin')

},
'.top-safe': {
top: 'env(safe-area-inset-top)',
},
'.right-safe': {
right: 'env(safe-area-inset-right)',
},
'.bottom-safe': {
bottom: 'env(safe-area-inset-bottom)',
},
'.left-safe': {
left: 'env(safe-area-inset-left)',
},
'.min-h-screen-safe': {

@@ -59,0 +71,0 @@ minHeight: [

4

package.json
{
"name": "tailwindcss-safe-area",
"version": "0.3.0",
"version": "0.4.0",
"description": "Tailwind CSS safe area helpers",

@@ -14,3 +14,3 @@ "license": "MIT",

"scripts": {
"release": "npx np@latest"
"release": "npx np@latest --no-tests"
},

@@ -17,0 +17,0 @@ "engines": {

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