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

gatsby-remark-copy-linked-files

Package Overview
Dependencies
Maintainers
1
Versions
467
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-copy-linked-files - npm Package Compare versions

Comparing version 1.0.0-alpha17 to 1.0.0-alpha19-alpha.81f2510a

4

index.js

@@ -43,6 +43,6 @@ "use strict";

visitor(link);
});
}
// Also copy gifs since Sharp can't process them.
visit(markdownAST, `image`, function (image) {
);visit(markdownAST, `image`, function (image) {
if (image.url.slice(-3) === `gif`) {

@@ -49,0 +49,0 @@ visitor(image);

{
"name": "gatsby-remark-copy-linked-files",
"description": "Find files which are linked to from markdown and copy them to the public directory",
"version": "1.0.0-alpha17",
"version": "1.0.0-alpha19-alpha.81f2510a",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "dependencies": {

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