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

simple-gdpr

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-gdpr - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

24

dist/simplegdpr.js

@@ -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",

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