Socket
Socket
Sign inDemoInstall

@visual-framework/vf-discussion

Package Overview
Dependencies
0
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.1 to 1.0.0

45

CHANGELOG.md

@@ -1,44 +0,11 @@

# Change Log
### 1.0.0
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
- adds loading="lazy" to the img element for better performance
# 1.0.0-beta.1 (2019-12-16)
### 1.0.0-alpha.8
**Note:** Version bump only for package @visual-framework/vf-discussion
- Version bump only for package @visual-framework/vf-discussion
### 1.0.0-alpha.7
# 1.0.0-alpha.8 (2019-10-23)
**Note:** Version bump only for package @visual-framework/vf-discussion
# 1.0.0-alpha.7 (2019-09-30)
**Note:** Version bump only for package @visual-framework/vf-discussion
# 0.1.0
### Added
- added this
- added that
### Changes
- changed this
- changed that
### Removed
- deleted this
- deleted that
- Version bump only for package @visual-framework/vf-discussion

4

package.json
{
"version": "1.0.0-beta.1",
"version": "1.0.0",
"name": "@visual-framework/vf-discussion",

@@ -23,3 +23,3 @@ "description": "vf-discussion component",

],
"gitHead": "bc3b0f22d6ac4e8ce1a81848586d198cf0cd23ec"
"gitHead": "64efcfbd038f4bed06ce715af21d07afeb5a9f01"
}

@@ -32,3 +32,3 @@ /**

output += runtime.suppressValue(env.getFilter("path").call(context, runtime.memberLookup((t_4),"imageUrl")), env.opts.autoescape);
output += "\" alt=\"\">\n <cite class=\"vf-discussion__author\">";
output += "\" alt=\"\" loading=\"lazy\">\n <cite class=\"vf-discussion__author\">";
output += runtime.suppressValue(runtime.memberLookup((t_4),"name"), env.opts.autoescape);

@@ -69,3 +69,3 @@ output += "</cite><span> says:</span>\n <p class=\"vf-discussion__date\">";

output += runtime.suppressValue(env.getFilter("path").call(context, runtime.memberLookup((t_8),"imageUrl")), env.opts.autoescape);
output += "\" alt=\"\">\n <cite class=\"vf-discussion__author\">";
output += "\" alt=\"\" loading=\"lazy\">\n <cite class=\"vf-discussion__author\">";
output += runtime.suppressValue(runtime.memberLookup((t_8),"name"), env.opts.autoescape);

@@ -72,0 +72,0 @@ output += "</cite><span> says:</span>\n <p class=\"vf-discussion__date\">";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc