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.6 to 0.0.7

10

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

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

PLACEHOLDER_REGEX = /{{\s*([^}]+)\s*}}/g,
bind_one_way = function ($parser, controller, controller_property) {

@@ -59,3 +61,7 @@ return {

if (operator === '@') {
controller[prop] = value;
controller[prop] = value.replace(PLACEHOLDER_REGEX, function (sub, param) {
var $parser = parser(component, param);
return $parser.get();
});
} else {

@@ -62,0 +68,0 @@ var $parser = parser(component, value);

2

package.json
{
"name": "jeefo_component",
"version": "0.0.6",
"version": "0.0.7",
"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