Socket
Socket
Sign inDemoInstall

vfile-find-up

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfile-find-up - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

license

4

index.js

@@ -75,3 +75,3 @@ 'use strict'

function onread(err, entries) {
function onread(error, entries) {
var length = entries ? entries.length : 0

@@ -81,3 +81,3 @@ var index = -1

if (err) {
if (error) {
entries = []

@@ -84,0 +84,0 @@ }

{
"name": "vfile-find-up",
"version": "3.0.0",
"version": "4.0.0",
"description": "Find files by searching the file system upwards",

@@ -15,5 +15,5 @@ "license": "MIT",

"bugs": "https://github.com/vfile/vfile-find-up/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -24,11 +24,11 @@ "files": [

"dependencies": {
"to-vfile": "^4.0.0"
"to-vfile": "^5.0.0"
},
"devDependencies": {
"nyc": "^11.0.0",
"nyc": "^13.0.0",
"prettier": "^1.12.1",
"remark-cli": "^5.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"xo": "^0.21.0"
"xo": "^0.23.0"
},

@@ -35,0 +35,0 @@ "scripts": {

@@ -103,5 +103,5 @@ # vfile-find-up [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]

[mit]: LICENSE
[mit]: license
[author]: http://wooorm.com
[author]: https://wooorm.com

@@ -108,0 +108,0 @@ [vfile]: https://github.com/vfile/vfile

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