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

@tryghost/kg-parser-plugins

Package Overview
Dependencies
Maintainers
11
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/kg-parser-plugins - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

cjs/parser-plugins.js

@@ -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

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