Socket
Socket
Sign inDemoInstall

html-metadata

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-metadata - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

6

lib/index.js

@@ -66,5 +66,5 @@ #!/usr/bin/env node

metaTags.each(function() {
var element = chtml(this),
property = getProperty(element),
content = getContent(element);
var element = chtml(this);
var property = getProperty(element);
var content = getContent(element);

@@ -71,0 +71,0 @@ // If the element isn't what we're looking for, skip it

{
"name": "html-metadata",
"version": "1.4.2",
"version": "1.4.3",
"description": "Scrapes metadata of several different standards",
"main": "index.js",
"dependencies": {
"bluebird": "2.8.2",
"bluebird": "3.4.1",
"cheerio": "0.20.0",
"microdata-node": "0.1.2",
"preq": "0.3.13"
"preq": "0.4.10"
},

@@ -12,0 +12,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ html-metadata

npm install git://github.com/mvolz/html-metadata.git
npm install git://github.com/wikimedia/html-metadata.git

@@ -15,0 +15,0 @@ ## Usage

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