You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

metalsmith-renamer

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-renamer - npm Package Compare versions

Comparing version

to
0.4.1

6

lib/index.js

@@ -29,4 +29,6 @@ 'use strict';

files[renamedEntry] = files[file];
delete files[file];
if (renamedEntry !== file) {
files[renamedEntry] = files[file];
delete files[file];
}
});

@@ -33,0 +35,0 @@ });

{
"name": "metalsmith-renamer",
"version": "0.4.0",
"version": "0.4.1",
"description": "Plugin to take a pattern and rename each matched file",

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