New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

require-plus

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-plus - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

changelog.md
##Changelog
>2.1.1 - bumped deps and addedd coveralls
>2.1.0 - updated deps and travis file

@@ -4,0 +6,0 @@

12

package.json
{
"name": "require-plus",
"version": "2.1.0",
"version": "2.1.1",
"description": "better require for directories",
"main": "lib/index.js",
"scripts": {
"test": "lab -t 100 -v -a code -L"
"test": "lab -t 100 -v -a code -L",
"coveralls": "lab -r lcov | coveralls"
},

@@ -27,9 +28,10 @@ "engines": {

"devDependencies": {
"code": "^3.0.0",
"lab": "^10.7.1"
"code": "^3.0.1",
"coveralls": "^2.11.11",
"lab": "^10.9.0"
},
"dependencies": {
"deepmerge": "^0.2.10",
"hoek": "^4.0.0"
"hoek": "^4.0.1"
}
}

@@ -5,2 +5,3 @@ # require-plus

[![Current Version](https://img.shields.io/npm/v/require-plus.svg)](https://www.npmjs.org/package/require-plus)
[![Coverage Status](https://coveralls.io/repos/github/simon-p-r/require-plus/badge.svg?branch=master)](https://coveralls.io/github/simon-p-r/require-plus?branch=master)

@@ -7,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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