New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postxml-amp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postxml-amp - npm Package Compare versions

Comparing version 0.4.0 to 0.4.2

2

HISTORY.md
# Release History
* 0.4.2
* BUG: not properly handling self enclosed tags
* 0.4.0

@@ -4,0 +6,0 @@ * ADD: `amp-youtube` handles different versions of youtube links inclusing https

2

index.js

@@ -160,5 +160,5 @@ const fs = require('fs');

});
$(element).replaceWith(ampElement);
$(element).html($(ampElement).html());
});
};
};
{
"name": "postxml-amp",
"version": "0.4.0",
"version": "0.4.2",
"description": "PostXML plugin to convert plain HTML to Google Accelerated Mobile Pages (AMP)",

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