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

bemer

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemer - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

4

bower.json
{
"name": "bemer",
"description": "Template engine. BEMJSON to HTML processor.",
"version": "0.8.4",
"version": "0.8.5",
"license": "MIT",
"main": "bemer.js",
"ignore": [

@@ -10,2 +11,3 @@ "**/.*",

"test",
"benchmark",
"Gruntfile.js",

@@ -12,0 +14,0 @@ "index.js",

@@ -287,10 +287,13 @@ definer('Node', /** @exports Node */ function(Tag, Selector, object) {

_getElemModsClasses: function() {
this._name.modVal(false);
var list = this._getModsClasses('elemMod');
if(!object.isEmpty(this._bemjson.mods)) {
return Object.keys(this._bemjson.mods).reduce(function(classes, key) {
list = list.concat(Object.keys(this._bemjson.mods).reduce(function(classes, key) {
this._name.mod(key, this._bemjson.mods[key]);
return classes.concat(this._getModsClasses('elemMod'));
}.bind(this), []);
}.bind(this), []));
}
return this._getModsClasses('elemMod');
return list;
}

@@ -297,0 +300,0 @@

@@ -63,3 +63,3 @@ definer('Tree', /** @exports Tree */ function(Template, is, object) {

* @param {object} [context] Информация о контекстуальном блоке
* @param {object} [context.block] Имя контекстуального блока
* @param {string} [context.block] Имя контекстуального блока
* @param {object} [context.mods] Модификаторы контекстуального блока

@@ -105,3 +105,3 @@ * @returns {array}

* @param {object} [context] Информация о контекстуальном блоке
* @param {object} [context.block] Имя контекстуального блока
* @param {string} [context.block] Имя контекстуального блока
* @param {object} [context.mods] Модификаторы контекстуального блока

@@ -118,3 +118,3 @@ * @returns {Node|*}

bemjson.block = context.block;
bemjson.mods = object.extend(context.mods, bemjson.mods || {});
bemjson.mods = object.extend(object.clone(context.mods), bemjson.mods || {});
}

@@ -121,0 +121,0 @@

{
"name": "bemer",
"description": "Template engine. BEMJSON to HTML processor.",
"version": "0.8.4",
"version": "0.8.5",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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