@tryghost/kg-parser-plugins
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -292,3 +292,3 @@ 'use strict'; | ||
payload.html = node.innerHTML; | ||
payload.html = iframe.outerHTML; | ||
@@ -295,0 +295,0 @@ let cardSection = builder.createCardSection('embed', payload); |
@@ -315,3 +315,3 @@ import cleanBasicHtml from '@tryghost/kg-clean-basic-html'; | ||
payload.html = node.innerHTML; | ||
payload.html = iframe.outerHTML; | ||
let cardSection = builder.createCardSection('embed', payload); | ||
@@ -318,0 +318,0 @@ addSection(cardSection); |
@@ -297,3 +297,3 @@ /* global DOMParser, window */ | ||
payload.html = node.innerHTML; | ||
payload.html = iframe.outerHTML; | ||
@@ -300,0 +300,0 @@ let cardSection = builder.createCardSection('embed', payload); |
{ | ||
"name": "@tryghost/kg-parser-plugins", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-parser-plugins", | ||
@@ -30,8 +30,8 @@ "author": "Ghost Foundation", | ||
"devDependencies": { | ||
"@babel/core": "7.5.5", | ||
"@babel/preset-env": "7.5.5", | ||
"@babel/core": "7.7.2", | ||
"@babel/preset-env": "7.7.1", | ||
"@tryghost/mobiledoc-kit": "0.11.2-ghost.4", | ||
"jsdom": "15.1.1", | ||
"jsdom": "15.2.1", | ||
"mocha": "6.2.0", | ||
"rollup": "1.20.2", | ||
"rollup": "1.26.4", | ||
"rollup-plugin-babel": "4.3.3", | ||
@@ -42,5 +42,5 @@ "should": "13.2.3", | ||
"dependencies": { | ||
"@tryghost/kg-clean-basic-html": "^0.1.3" | ||
"@tryghost/kg-clean-basic-html": "^0.1.4" | ||
}, | ||
"gitHead": "60a2fa45c0be7fdd1bc6db30a31311e1ee29ff88" | ||
"gitHead": "075f36f96f6dfd03241b558aab72d23b44badcdc" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
69006
0