Socket
Socket
Sign inDemoInstall

use

Package Overview
Dependencies
8
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -89,3 +89,3 @@ /*!

function decorate(val) {
if (isObject(val) && !val.use && !val.run) {
if (isObject(val) && (!val.use || !val.run)) {
base(val);

@@ -92,0 +92,0 @@ }

{
"name": "use",
"description": "Easily add plugin support to your node.js application.",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/jonschlinkert/use",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

@@ -1,2 +0,2 @@

# use [![NPM version](https://badge.fury.io/js/use.svg)](http://badge.fury.io/js/use)
# use [![NPM version](https://badge.fury.io/js/use.svg)](http://badge.fury.io/js/use) [![Build Status](https://travis-ci.org/jonschlinkert/use.svg)](https://travis-ci.org/jonschlinkert/use)

@@ -3,0 +3,0 @@ > Easily add plugin support to your node.js application.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc