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

xstyle

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xstyle - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

core/parser.js

@@ -208,2 +208,6 @@ define('xstyle/core/parser', [], function(){

}
if(first && whitespace){
first = whitespace + first;
}
selector = trim((selector + first).replace(/\s+/g, ' '));

@@ -210,0 +214,0 @@ // check to see if it is a correlator rule, from the build process

2

package.json
{
"name": "xstyle",
"author": "Kris Zyp",
"version": "0.3.2",
"version": "0.3.3",
"description": "CSS framework providing polyfills, extensions, dynamic loading, and selector based DOM manipulation",

@@ -6,0 +6,0 @@ "licenses": [

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