Socket
Socket
Sign inDemoInstall

article-json-to-fbia

Package Overview
Dependencies
30
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

8

dist/format-items.js

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

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -27,3 +27,3 @@ };

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -43,3 +43,3 @@ };

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -58,3 +58,3 @@ };

figureProps: {
'class': 'op-social'
'class': 'op-interactive'
}

@@ -61,0 +61,0 @@ };

@@ -7,3 +7,3 @@ import assign from 'object-assign';

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -14,3 +14,3 @@ }),

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -26,3 +26,3 @@ }),

'data-feedback': 'fb:likes,fb:comments',
'class': 'op-social'
'class': 'op-interactive'
}

@@ -37,3 +37,3 @@ }),

figureProps: {
'class': 'op-social'
'class': 'op-interactive'
}

@@ -40,0 +40,0 @@ }),

{
"name": "article-json-to-fbia",
"version": "1.3.0",
"version": "1.3.1",
"description": "transform article-json to Facebook's instant-articles",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -142,3 +142,3 @@ import test from 'ava';

`<article>
<figure data-feedback="fb:likes,fb:comments" class="op-social">
<figure data-feedback="fb:likes,fb:comments" class="op-interactive">
<iframe src="https://www.youtube.com/embed/abc" width="640" height="360" frameborder="0" allowfullscreen="true"></iframe>

@@ -171,3 +171,3 @@ </figure>

<article>
<figure class="op-social">
<figure class="op-interactive">
<iframe>

@@ -193,3 +193,3 @@ <blockquote class="twitter-tweet" data-lang="en">

<article>
<figure data-feedback="fb:likes,fb:comments" class="op-social">
<figure data-feedback="fb:likes,fb:comments" class="op-interactive">
<iframe src="https://vine.co/v/bjHh0zHdgZT/embed/simple" width="480" height="480" frameborder="0"></iframe>

@@ -251,3 +251,3 @@ </figure>

<article>
<figure data-feedback="fb:likes,fb:comments" class="op-social">
<figure data-feedback="fb:likes,fb:comments" class="op-interactive">
<iframe src="https://www.instagram.com/p/-7PIhyA6J3/embed"></iframe>

@@ -269,3 +269,3 @@ </figure>

<article>
<figure data-feedback="fb:likes,fb:comments" class="op-social">
<figure data-feedback="fb:likes,fb:comments" class="op-interactive">
<iframe src="https://www.instagram.com/p/-7PIhyA6J3/embed"></iframe>

@@ -272,0 +272,0 @@ </figure>

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