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

rehype-minify-meta-content

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-minify-meta-content - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

index.js

@@ -60,4 +60,4 @@ /**

function toNumber(val) {
return Number(val)
function toNumber(value) {
return Number(value)
}
{
"name": "rehype-minify-meta-content",
"version": "2.0.0",
"version": "2.0.1",
"description": "rehype plugin to minify `content` on `meta` elements",

@@ -9,3 +9,7 @@ "license": "MIT",

"rehype",
"hast",
"rehype-plugin",
"plugin",
"html",
"minify",
"mangle",
"meta",

@@ -16,2 +20,6 @@ "content"

"bugs": "https://github.com/rehypejs/rehype-minify/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -18,0 +26,0 @@ "contributors": [

@@ -48,4 +48,4 @@ <!--This file is generated by `build-packages.js`-->

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -79,3 +79,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

@@ -82,0 +82,0 @@ [chat]: https://spectrum.chat/unified/rehype

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