Socket
Socket
Sign inDemoInstall

use

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

index.js

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

var prop = utils.isString(opts.prop) ? opts.prop : 'fns';
if (!utils.isArray(app[prop])) {
if (!Array.isArray(app[prop])) {
utils.define(app, prop, []);

@@ -25,0 +25,0 @@ }

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

@@ -31,3 +31,2 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"define-property": "^0.2.5",
"isarray": "^2.0.1",
"isobject": "^3.0.0",

@@ -52,4 +51,4 @@ "lazy-cache": "^2.0.2"

"list": [
"base",
"base-plugins",
"base",
"ware"

@@ -56,0 +55,0 @@ ]

@@ -12,3 +12,2 @@ 'use strict';

require('define-property', 'define');
require('isarray', 'isArray');
require('isobject', 'isObject');

@@ -15,0 +14,0 @@ require = fn; // eslint-disable-line

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