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

trell-story-json-to-amp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trell-story-json-to-amp - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/render-meta.js

@@ -24,3 +24,3 @@ 'use strict';

return '\n <meta name="description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n\n <meta property="og:title" content="' + title + '" />\n <meta property="og:type" content="article" />\n <meta property="og:url" content="' + canonicalUrl + '" />\n <meta property="og:image" content="' + (images[0] || '') + '" />\n <meta property="og:site_name" content="Trell" />\n\n <meta name="twitter:card" content="summary_large_image">\n <meta name="twitter:site" content="@TrellApp">\n <meta name="twitter:creator" content="@TrellApp">\n <meta name="twitter:title" content="' + title + '">\n <meta name="twitter:description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n <meta name="twitter:image" content="' + (images[0] || '') + '">\n\n <link rel="shortcut icon" href="./favicon.ico">\n ';
return '\n <meta name="description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n\n <meta property="og:title" content="' + title + '" />\n <meta property="og:type" content="article" />\n <meta property="og:url" content="' + canonicalUrl + '" />\n <meta property="og:image" content="' + (images[0] || '') + '" />\n <meta property="og:site_name" content="Trell" />\n\n <meta name="twitter:card" content="summary_large_image">\n <meta name="twitter:site" content="@TrellApp">\n <meta name="twitter:creator" content="@TrellApp">\n <meta name="twitter:title" content="' + title + '">\n <meta name="twitter:description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n <meta name="twitter:image" content="' + (images[0] || '') + '">\n\n <link rel="shortcut icon" href="https://amp.trell.co/favicon.ico">\n ';
}

@@ -27,0 +27,0 @@

{
"name": "trell-story-json-to-amp",
"version": "2.0.2",
"version": "2.0.3",
"description": "Convert story JSON to STAMP HTML.",

@@ -5,0 +5,0 @@ "main": "dist/index.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