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

ceri

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceri - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

18

lib/#if.js

@@ -13,3 +13,9 @@ module.exports = {

return function() {
if (parent == null) {
parent = o.el.parentElement;
}
return _this.$computed.orWatch(o.value, function(value, oldVal) {
console.log(o.value + " " + value);
console.log(parent);
console.log(o.el.parentElement);
if (value && comment.parentElement === parent) {

@@ -28,7 +34,9 @@ return parent.replaceChild(o.el, comment);

var index, value;
parent = this;
value = this.$path.getValue(o.value);
if (!value) {
index = structure.indexOf(o.el);
return structure[index] = comment;
index = structure.indexOf(o.el);
if (index > -1) {
parent = this;
value = this.$path.getValue(o.value);
if (!value) {
return structure[index] = comment;
}
}

@@ -35,0 +43,0 @@ });

{
"name": "ceri",
"description": "Custom Elements enRIched",
"version": "1.0.14",
"version": "1.0.15",
"homepage": "https://github.com/cerijs/",

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

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