Socket
Socket
Sign inDemoInstall

powercss

Package Overview
Dependencies
0
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

.~lock.l#

20

dist/pcss.cfg.js

@@ -129,3 +129,11 @@ /* PowerCSS config - pcss.cfg.js

_word_break_ : 'word-break',
_z_index_ : 'z-index'
_z_index_ : 'z-index',
// new for 1.4.4
__ms_flex_ : '-ms-flex',
__ms_flex_wrap_ : '-ms-flex-wrap',
_flex_ : 'flex',
_flex_wrap_ : 'flex-wrap',
_text_transform_ : 'text-transform'
},

@@ -295,6 +303,14 @@

_vertical_ : 'vertical',
_visible_ : 'visible'
_visible_ : 'visible',
// new for 1.4.4
_flex_ : 'flex',
_inline_table_ : 'inline-table',
_table_ : 'table',
_table_cell_ : 'table-cell',
_table_row_ : 'table-row'
}
;
return {

@@ -301,0 +317,0 @@ _cssKeyMap_ : cssKeyMap,

2

package.json

@@ -57,3 +57,3 @@ {

},
"version": "1.4.3"
"version": "1.4.4"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc