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

hibiscss

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

hibiscss - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

default.js

@@ -39,2 +39,6 @@ const r = require('ramda');

},
fontWeight: {
'normal': 'normal',
'bold': 'bold',
},
letterSpacing: { '1': '1px' },

@@ -87,2 +91,3 @@ lineHeight: { '1.2': 1.2, '1.6': 1.6 },

fs: 'fontSize',
fw: 'fontWeight',
lh: 'lineHeight',

@@ -152,3 +157,3 @@ ls: 'letterSpacing',

getRule('ph', ['padding-top', 'padding-bottom'], values, withUnit),
getRule('pv', ['padding-top', 'padding-bottom'], values, withUnit),
getRule('pv', ['padding-left', 'padding-right'], values, withUnit),
];

@@ -203,2 +208,3 @@ }

getRule('fs', 'font-size', config.fontSize, { responsive: true }),
getRule('fw', 'font-weight', config.fontWeight),
getRule('ta', 'text-align', { left: 'left', center: 'center', right: 'right' }, { responsive: true }),

@@ -205,0 +211,0 @@ ];

2

package.json
{
"name": "hibiscss",
"description": "Tool for making functional css stylesheets",
"version": "0.0.5",
"version": "0.0.6",
"main": "lib/index.js",

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

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