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.0 to 1.4.1

2

dist/pcss.cfg.js

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

*/
/*global pcss */
/*global */

@@ -15,0 +15,0 @@ var __ns = 'pcss', __NS;

@@ -12,8 +12,4 @@ /* PowerCSS - pcss.js

*/
/*global Event, pcss:true, window:true */
/*global Event */
/* istanbul ignore next */
try { var __window = global.window; }
catch ( e ) { __window = window; }
// == BEGIN MODULE PCSS ===============================================

@@ -31,3 +27,4 @@ var pcss = (function () {

__docRef = __window.document,
__winRef = window,
__docRef = window.document,
__isArray = Array.isArray,

@@ -38,3 +35,2 @@ __false = false,

__timeStamp = Date.now,
__winRef = __window,

@@ -1535,2 +1531,4 @@ vMap = {

function getGlobalMixinMap () { return stateMap._global_mixin_map_; }
// 4.12 Return IIFE map
return {

@@ -1557,9 +1555,4 @@ _initModule_ : initModule,

/* istanbul ignore next */
try {
global.pcss = pcss;
module.exports = pcss;
}
catch ( e ) {
window.pcss = pcss;
}
// == . END 5. BROWSER AND NODE SUPPORT ===============================
try { module.exports = pcss; }
catch ( ignore ) {}
// == 5 . END BROWSER AND NODE SUPPORT ===================================

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

},
"version": "1.4.0"
"version": "1.4.1"
}

@@ -513,2 +513,3 @@ /*

pcssObj = require( configMap._file_core_name_ );
global.pcss = pcssObj;
require( configMap._file_cfg_name_ );

@@ -515,0 +516,0 @@

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