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

copy-markdown-image-webpack-plugin

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

copy-markdown-image-webpack-plugin - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

index.js

@@ -21,3 +21,3 @@ const PATH = require('path');

apply(compiler) {
compiler.plugin("after-compile", (compilation, callback) => {
compiler.hooks.afterCompile.tapAsync(this.constructor.name, (compilation, callback) => {
compilation.fileDependencies.forEach((filePath) => {

@@ -24,0 +24,0 @@ if (/\.(md|markdown)$/.test(filePath) && this.option.toDir) {

{
"name": "copy-markdown-image-webpack-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "Copy Markdown in the picture resources.",

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

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