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

csstyle

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csstyle - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

2

bower.json
{
"name": "csstyle",
"version": "1.5.1",
"version": "1.6.0",
"homepage": "http://www.csstyle.io",

@@ -5,0 +5,0 @@ "authors": [

@@ -22,3 +22,3 @@ // csstyle for postcss

return function csstyle(css){
css.eachRule(function(node){
css.walkRules(function(node){
var output = '';

@@ -25,0 +25,0 @@ var selectors = node.selector.split(' ').map(getAbstraction);

{
"name": "csstyle",
"version": "1.5.1",
"version": "1.6.0",
"description": "clean, simple styling for styling the web.",

@@ -17,5 +17,5 @@ "directories": {

"jasmine-node": "^1.14.5",
"postcss": "^4.0.4",
"postcss-nested": "^0.2.1",
"postcss-simple-vars": "^0.2.3",
"postcss": "^6.0.2",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"shelljs": "~0.3.0",

@@ -22,0 +22,0 @@ "specificity": "~0.1.4"

Sorry, the diff of this file is not supported yet

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