Socket
Socket
Sign inDemoInstall

jeefo_component

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

12

collect_components.js
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : collect_components.js
* Created at : 2017-08-10
* Updated at : 2017-08-31
* Updated at : 2017-09-06
* Author : jeefo

@@ -114,6 +114,8 @@ * Purpose :

if (other.children.length) {
transclude(other.children, nodes[i].children);
} else {
other.children = nodes[i].children;
if (nodes[i] !== other) {
if (other.children.length) {
transclude(other.children, nodes[i].children);
} else {
other.children = nodes[i].children;
}
}

@@ -120,0 +122,0 @@

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : for_each_directive.js
* Created at : 2017-07-25
* Updated at : 2017-08-31
* Updated at : 2017-09-06
* Author : jeefo

@@ -100,7 +100,7 @@ * Purpose :

compile_nodes([node], component);
component.$element = component.children[0].$element;
var element = compile_nodes([node], component).firstChild;
component.$element = jqlite(element);
this.$component.children[index] = component;
this.$last_element.after(component.$element[0]);
this.$last_element.after(element);

@@ -107,0 +107,0 @@ $animator.enter(component.$element, stagger_index);

{
"name": "jeefo_component",
"version": "0.0.4",
"version": "0.0.5",
"description": "Part of jeefo framework",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc