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

@ewc-lib/ewc-footer-links

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewc-lib/ewc-footer-links - npm Package Compare versions

Comparing version 1.0.2-alpha to 1.0.3-alpha

4

package.json
{
"name": "@ewc-lib/ewc-footer-links",
"version": "1.0.2-alpha",
"version": "1.0.3-alpha",
"description": "",

@@ -14,4 +14,4 @@ "main": "src/main.js",

"dependencies": {
"@ewc-lib/ewc-css": "^0.1.0"
"@ewc-lib/ewc-css": "^0.12.5"
}
}

@@ -8,8 +8,8 @@ // all HTML as JS string

<div class="ewc-footer-links__email">
<div class="ewc-footer-link__email">
${email ? `
<div class="ewc-footer-links__icon">
<div class="ewc-footer-link__icon">
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>
</div>
<a href="mailto:${email}?subject=${encodeURIComponent(subject)}" target="_blank">Feedback</a>
<a class="ewc-footer-links__link" href="mailto:${email}?subject=${encodeURIComponent(subject)}" target="_blank">Feedback</a>
`

@@ -21,9 +21,9 @@ : ""

<div class="ewc-footer-links__links">
<a href="https://commission.europa.eu/privacy-policy-websites-managed-european-commission_en">Privacy policy</a>
<a class="ewc-footer-links__link" href="https://commission.europa.eu/privacy-policy-websites-managed-european-commission_en">Privacy policy</a>
&nbsp;|&nbsp;
<a href="https://commission.europa.eu/legal-notice_en">Legal notice</a>
<a class="ewc-footer-links__link" href="https://commission.europa.eu/legal-notice_en">Legal notice</a>
&nbsp;|&nbsp;
<a href="https://commission.europa.eu/cookies-policy_en">Cookies</a>
<a class="ewc-footer-links__link" href="https://commission.europa.eu/cookies-policy_en">Cookies</a>
&nbsp;|&nbsp;
<a href="https://ec.europa.eu/eurostat/web/main/help/accessibility">Accessibility</a>
<a class="ewc-footer-links__link" href="https://ec.europa.eu/eurostat/web/main/help/accessibility">Accessibility</a>
</div>

@@ -30,0 +30,0 @@

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