Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "map-visit", | ||
"description": "Map `visit` over an array of objects.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/jonschlinkert/map-visit", | ||
@@ -24,7 +24,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"dependencies": { | ||
"lazy-cache": "^0.2.3", | ||
"object-visit": "^0.1.0" | ||
"lazy-cache": "^0.2.4", | ||
"object-visit": "^0.3.1" | ||
}, | ||
"devDependencies": { | ||
"lodash": "^3.10.0", | ||
"mocha": "*", | ||
@@ -48,3 +47,3 @@ "should": "*" | ||
], | ||
"verbiage": { | ||
"verb": { | ||
"related": { | ||
@@ -57,2 +56,2 @@ "list": [ | ||
} | ||
} | ||
} |
@@ -129,2 +129,2 @@ # map-visit [![NPM version](https://badge.fury.io/js/map-visit.svg)](http://badge.fury.io/js/map-visit) [![Build Status](https://travis-ci.org/jonschlinkert/map-visit.svg)](https://travis-ci.org/jonschlinkert/map-visit) | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 06, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 08, 2015._ |
'use strict'; | ||
var utils = require('lazy-cache')(require); | ||
require = utils; // fool browserify | ||
var fn = require; | ||
require = utils; // trick browserify | ||
require('object-visit', 'visit'); | ||
require = fn; | ||
@@ -7,0 +10,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6334
2
31
2
+ Addedisarray@1.0.0(transitive)
+ Addedisobject@2.1.0(transitive)
+ Addedobject-visit@0.3.4(transitive)
- Removedisobject@1.0.2(transitive)
- Removedobject-visit@0.1.0(transitive)
Updatedlazy-cache@^0.2.4
Updatedobject-visit@^0.3.1