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

amps-in-the-trunk

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amps-in-the-trunk - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

index.js

@@ -108,2 +108,3 @@ var cheerio = require('cheerio'),

var $element = $(element);
$element.addClass('hljs');
var elementText = $element.html();

@@ -110,0 +111,0 @@ var highlightedText = highlight.highlightAuto(elementText)

2

package.json
{
"name": "amps-in-the-trunk",
"version": "1.2.2",
"version": "1.2.3",
"description": "Turns HTML in Google AMP HTML. Includes express middleware.",

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

@@ -69,3 +69,3 @@ // Tests. Mocha TDD/assert style. See

<pre>
<code>
<code class="hljs">
console.log(<span class="hljs-variable">&amp;apos</span>;Yolo swag<span class="hljs-variable">&amp;apos</span>;)

@@ -72,0 +72,0 @@ </code>

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