You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cssx-framework

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssx-framework - npm Package Compare versions

Comparing version

to
0.1.9

2

package.json
{
"name": "cssx-framework",
"version": "0.1.8",
"version": "0.1.9",
"description": "A CSS driven web framework that compiles semi-standard CSS into HTML content + styles at runtime",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,4 +5,4 @@

const BUILT_IN_FUNCTIONS = {
'$setVariable': 'document.styleSheets[document.styleSheets.length - 1].cssRules[0].style.setProperty',
'$getVariable': 'document.styleSheets[document.styleSheets.length - 1].cssRules[0].style.getPropertyValue',
'$setVariable': 'document.getElementById(\'stylesheet\').sheet.cssRules[0].style..setProperty',
'$getVariable': 'document.getElementById(\'stylesheet\').sheet.cssRules[0].style.getPropertyValue',
'$parseObject': 'JSON.parse',

@@ -9,0 +9,0 @@ '$stringifyObject': 'JSON.stringify',