Socket
Socket
Sign inDemoInstall

shortstop

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shortstop - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/resolver.js

@@ -144,8 +144,10 @@ /*───────────────────────────────────────────────────────────────────────────*\

if (thing.isObject(data)) {
if (thing.isArray(data) || (thing.isObject(data) && Object.getPrototypeOf(data) === Object.prototype)) {
if (thing.isArray(data)) {
tasks = data.map(function (val) {
return resolve.bind(self, val);
});
} else {

@@ -152,0 +154,0 @@ tasks = {};

{
"name": "shortstop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enable use of protocols (such as file:, buffer:, or method:) in configuration files.",

@@ -13,3 +13,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/paypal/shortstop.git"
"url": "https://github.com/krakenjs/shortstop.git"
},

@@ -16,0 +16,0 @@ "publishConfig": {

@@ -7,3 +7,3 @@ # shortstop

[![Build Status](https://travis-ci.org/paypal/shortstop-handlers.png?branch=master)](https://travis-ci.org/paypal/shortstop-handlers)
[![Build Status](https://travis-ci.org/krakenjs/shortstop.png?branch=master)](https://travis-ci.org/krakenjs/shortstop)

@@ -146,2 +146,2 @@ ```javascript

});
```
```
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