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

map-visit

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-visit - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

11

package.json
{
"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 @@ /**

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