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

bemjson-to-scss

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemjson-to-scss - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

index.js

@@ -48,2 +48,3 @@ function BEMJSON (options) {

found[item.elem].mods = Object.assign({}, toObject(found[item.elem].mods), toObject(item.mods), toObject(item.elemMods));
found[item.elem].elemMods = found[item.elem].mods;
array[index] = null;

@@ -53,2 +54,3 @@ } else {

found[item.elem].mods = Object.assign({}, toObject(found[item.elem].mods), toObject(found[item.elem].elemMods));
found[item.elem].elemMods = found[item.elem].mods;
}

@@ -55,0 +57,0 @@ });

2

package.json
{
"name": "bemjson-to-scss",
"version": "0.1.5",
"version": "0.1.6",
"description": "BEMJSON to CSS/SCSS serializer",

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

@@ -115,3 +115,3 @@ /* global describe, it, beforeEach */

elem: 'default',
mods: {
elemMods: {
active: true,

@@ -118,0 +118,0 @@ selected: true

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