Socket
Socket
Sign inDemoInstall

map-files

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-files - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

3

index.js

@@ -35,3 +35,4 @@ 'use strict';

var file = createFile(filepath, opts);
acc[renameKey(file, opts)] = file;
file.key = renameKey(file, opts);
acc[file.key] = file;
return acc;

@@ -38,0 +39,0 @@ }, {});

{
"name": "map-files",
"description": "Return an object for a glob of files. Pass a `rename` function for the keys, or a `parse` function for the content, allowing it to be used for readable or require-able files.",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://github.com/jonschlinkert/map-files",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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