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.7.1 to 0.7.2

2

index.js

@@ -10,3 +10,2 @@ 'use strict';

var globby = require('globby');
var isGlob = require('is-glob');

@@ -68,3 +67,2 @@ /**

function glob(patterns, opts) {
if (!isGlob(patterns)) { return [patterns]; }
opts = opts || {};

@@ -71,0 +69,0 @@

2

package.json
{
"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.7.1",
"version": "0.7.2",
"homepage": "https://github.com/jonschlinkert/map-files",

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

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