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

webmention-handler

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmention-handler - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/index.js

@@ -268,3 +268,3 @@ 'use strict';

return;
hEntries[index].author = await normalizeAuthors(entry);
hEntries[index].author = await normalizeAuthors(entry.author);
}));

@@ -271,0 +271,0 @@ let mentions = hEntries.map(h => convertHEntryToMention(h, mention.source, mention.target));

{
"name": "webmention-handler",
"version": "0.0.7",
"version": "0.0.8",
"description": "A handler for web mentions",

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

@@ -105,3 +105,3 @@ import { normalizeAuthors } from "../functions/normalize-authors.function";

if(!entry.author) return;
hEntries[index].author = await normalizeAuthors(entry);
hEntries[index].author = await normalizeAuthors(entry.author);
}))

@@ -108,0 +108,0 @@

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