Socket
Socket
Sign inDemoInstall

findup-sync

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

findup-sync - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

36

package.json
{
"name": "findup-sync",
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
"version": "1.0.0",
"homepage": "https://github.com/cowboy/node-findup-sync",
"version": "2.0.0",
"author": "\"Cowboy\" Ben Alman (http://benalman.com)",
"repository": "cowboy/node-findup-sync",
"bugs": {
"url": "https://github.com/cowboy/node-findup-sync/issues"
},
"repository": "js-cli/node-findup-sync",
"license": "MIT",

@@ -17,23 +13,21 @@ "files": [

"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10"
},
"scripts": {
"test": "grunt && mocha"
"lint": "jshint index.js test/support/index.js test/test.js",
"test": "npm run lint && mocha"
},
"dependencies": {
"detect-file": "^0.1.0",
"is-glob": "^2.0.1",
"micromatch": "^2.3.7",
"resolve-dir": "^0.1.0"
"detect-file": "^1.0.0",
"is-glob": "^3.1.0",
"micromatch": "^3.0.4",
"resolve-dir": "^1.0.1"
},
"devDependencies": {
"fs-exists-sync": "^0.1.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^0.12.0",
"is-absolute": "^0.2.3",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"normalize-path": "^2.0.1",
"os-homedir": "^1.0.1",
"resolve": "^1.1.7"
"homedir-polyfill": "^1.0.1",
"is-absolute": "^1.0.0",
"jshint": "^2.9.5",
"mocha": "^3.5.0",
"normalize-path": "^2.1.1",
"resolve": "^1.4.0"
},

@@ -40,0 +34,0 @@ "keywords": [

@@ -46,2 +46,3 @@ # findup-sync [![Build Status](https://travis-ci.org/js-cli/node-findup-sync.svg)](https://travis-ci.org/js-cli/node-findup-sync) [![NPM version](https://badge.fury.io/js/findup-sync.svg)](http://badge.fury.io/js/findup-sync)

2017-08-07 - v2.0.0 - Drop node 0.8 support, Bump all dependencies (including some Majors)
2017-04-18 - v1.0.0 - Major bump from stable 0.4.3

@@ -48,0 +49,0 @@ 2015-01-30 - v0.4.0 - Refactored, not also uses [micromatch][] instead of minimatch.

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