simple-gdpr
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
function SimpleGDPR (options) { | ||
export default function SimpleGDPR (options) { | ||
this.active = true; | ||
@@ -21,3 +21,3 @@ var self = this; | ||
}, | ||
}; | ||
} | ||
this.opts = extend({}, defaults, options); | ||
@@ -29,3 +29,3 @@ build.call(this); | ||
return this.active; | ||
}; | ||
} | ||
@@ -56,3 +56,3 @@ SimpleGDPR.prototype.close = function () { | ||
this.active = false; | ||
}; | ||
} | ||
@@ -83,3 +83,3 @@ SimpleGDPR.prototype.open = function () { | ||
this.active = true; | ||
}; | ||
} | ||
@@ -89,3 +89,3 @@ SimpleGDPR.prototype.destroy = function () { | ||
b.parentElement.removeChild(b); | ||
}; | ||
} | ||
@@ -102,3 +102,3 @@ SimpleGDPR.prototype.setContent = function (el) { | ||
} | ||
}; | ||
} | ||
@@ -117,3 +117,3 @@ SimpleGDPR.prototype.setCallback = function (f) { | ||
} | ||
}; | ||
} | ||
@@ -126,3 +126,3 @@ SimpleGDPR.prototype.relocate = function (f) { | ||
}); | ||
}; | ||
} | ||
@@ -135,4 +135,4 @@ SimpleGDPR.prototype.appendTo = function (el) { | ||
parent.appendChild(box); | ||
}); | ||
}; | ||
}) | ||
} | ||
@@ -321,3 +321,1 @@ function buildDefaultMessage() { | ||
} | ||
export default SimpleGDPR; |
{ | ||
"name": "simple-gdpr", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "lightweight and simple gdpr solution", | ||
@@ -5,0 +5,0 @@ "main": "dist/simplegdpr.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40098
879