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.7 to 0.0.8

4

binder.js
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : binder.js
* Created at : 2017-09-06
* Updated at : 2017-09-09
* Updated at : 2017-09-13
* Author : jeefo

@@ -61,3 +61,3 @@ * Purpose :

controller[prop] = value.replace(PLACEHOLDER_REGEX, function (sub, param) {
var $parser = parser(component, param);
var $parser = parser(component, param.trim());

@@ -64,0 +64,0 @@ return $parser.get();

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

@@ -134,4 +134,2 @@ * Purpose :

);
attrs.remove(keys[i]);
}

@@ -147,2 +145,7 @@ }

j = component.directives.length;
while (j--) {
attrs.remove(component.directives[j].name);
}
_parent = component;

@@ -149,0 +152,0 @@ container.push(component);

{
"name": "jeefo_component",
"version": "0.0.7",
"version": "0.0.8",
"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