New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csstyle

Package Overview
Dependencies
Maintainers
1
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.4.1 to 1.5.0

.sass-cache/ac45cccdb0baf943d441fe9094d6333199cb955b/component-symbol.scssc

2

bower.json
{
"name": "csstyle",
"version": "1.4.1",
"version": "1.5.0",
"homepage": "http://www.csstyle.io",

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

@@ -14,2 +14,3 @@ // csstyle for postcss

opts = opts || {};
opts.componentSymbol = opts.componentSymbol || '';
opts.optionSymbol = opts.optionSymbol || '\\--';

@@ -72,3 +73,3 @@ opts.partSymbol = opts.partSymbol || '__';

var types = {
component: '.',
component: '.' + opts.componentSymbol,
part: opts.partSymbol,

@@ -75,0 +76,0 @@ option: '.' + opts.optionSymbol,

{
"name": "csstyle",
"version": "1.4.1",
"version": "1.5.0",
"description": "clean, simple styling for styling the web.",

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

Sorry, the diff of this file is not supported yet

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