Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 0.1.5

2

footer.js

@@ -62,3 +62,3 @@ (function (global, factory) {

function appendState() {
for (key in FOOTER_DEFAULTS) {
for (var key in FOOTER_DEFAULTS) {
if (!state[key]) {

@@ -65,0 +65,0 @@ state[key] = FOOTER_DEFAULTS[key];

{
"name": "@flourish/footer",
"version": "0.1.4",
"version": "0.1.5",
"description": "Add footer",

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

@@ -54,3 +54,3 @@ var footer_el, source_el, note_el;

function appendState() {
for (key in FOOTER_DEFAULTS) {
for (var key in FOOTER_DEFAULTS) {
if (!state[key]) {

@@ -57,0 +57,0 @@ state[key] = FOOTER_DEFAULTS[key];

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