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

@benrobertson/gatsby-plugin-webmention

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@benrobertson/gatsby-plugin-webmention - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

2

gatsby-node.js

@@ -82,5 +82,5 @@ const fetch = require("node-fetch");

return getMentions({ token, domain, perPage: fetchLimit }).then(mentions => {
return getMentions({ token, perPage: fetchLimit }).then(mentions => {
mentions.forEach(entry => createNode(WebMentionEntryNode(entry)));
});
};
{
"name": "@benrobertson/gatsby-plugin-webmention",
"version": "0.2.0",
"version": "0.2.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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