New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flourish/footer

Package Overview
Dependencies
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/footer - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

footer.js

@@ -47,4 +47,12 @@ (function (global, factory) {

el.appendChild(footer_el);
appendStyles();
}
function appendStyles() {
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".flourish-footer {margin: 0; } .flourish-footer p {margin: 0; display: inline-block; } .flourish-footer p:empty {height: 0; } .flourish-footer a {color: inherit; } .flourish-footer .flourish-footer-note {margin-left: 3px; }";
document.body.appendChild(css);
}
function updateFooter(new_state) {

@@ -51,0 +59,0 @@ state = new_state;

2

package.json
{
"name": "@flourish/footer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add footer",

@@ -5,0 +5,0 @@ "main": "footer.js",

@@ -39,4 +39,12 @@ var footer_el, source_el, note_el;

el.appendChild(footer_el);
appendStyles();
}
function appendStyles() {
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".flourish-footer {margin: 0; } .flourish-footer p {margin: 0; display: inline-block; } .flourish-footer p:empty {height: 0; } .flourish-footer a {color: inherit; } .flourish-footer .flourish-footer-note {margin-left: 3px; }";
document.body.appendChild(css);
}
function updateFooter(new_state) {

@@ -43,0 +51,0 @@ state = new_state;

Sorry, the diff of this file is not supported yet

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