Socket
Socket
Sign inDemoInstall

shortstop

Package Overview
Dependencies
Maintainers
0
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.3 to 1.0.4

10

CHANGELOG.md

@@ -0,1 +1,11 @@

##### v1.0.4 - 20240729
- publish new patch version to override errant v1.0.3
##### v1.0.2 - 20230213
**Security**
- upgrade async module to resolve vulnerability. https://github.com/krakenjs/shortstop/issues/28
##### v0.0.1 - 2013xxxx

@@ -2,0 +12,0 @@ **Bugs**

6

index.js
/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2014 eBay Software Foundation │
│ Copyright (C) 2023 PayPal │
│ │

@@ -29,3 +29,5 @@ │hh ,'""`. │

var ext = path.extname(file);
return ext === '' || require.extensions.hasOwnProperty(ext);
// in order for this to work after deprecation of module.extensions
var extensions = {'.js': true, '.json': true, '.node': true}
return ext === '' || extensions.hasOwnProperty(ext);
}

@@ -32,0 +34,0 @@

/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2014 eBay Software Foundation │
│ Copyright (C) 2023 PayPal │
│ │

@@ -4,0 +4,0 @@ │hh ,'""`. │

/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2014 eBay Software Foundation │
│ Copyright (C) 2023 PayPal │
│ │

@@ -17,2 +17,2 @@ │hh ,'""`. │

│ limitations under the License. │
\*───────────────────────────────────────────────────────────────────────────*/
\*───────────────────────────────────────────────────────────────────────────*/
{
"name": "shortstop",
"version": "1.0.3",
"version": "1.0.4",
"description": "Enable use of protocols (such as file:, buffer:, or method:) in configuration files.",

@@ -36,5 +36,5 @@ "main": "index.js",

"dependencies": {
"core-util-is": "~1.0.1",
"async": "~0.2.10"
"async": "^3.2.4",
"core-util-is": "~1.0.1"
}
}

@@ -1,6 +0,3 @@

shortstop
=========
# shortstop
Lead Maintainer: [Poornima Venkat](https://github.com/pvenkatakrishnan/)
[![Build Status](https://travis-ci.org/krakenjs/shortstop.svg?branch=master)](https://travis-ci.org/krakenjs/shortstop)

@@ -7,0 +4,0 @@

@@ -7,3 +7,3 @@ # Security Policy

## Contact us
If you think you may have found a security bug we ask that you privately send the details to DL-PP-Kraken-Js@ebay.com. Please make sure to use a descriptive title in the email.
If you think you may have found a security bug we ask that you privately send the details to DL-PP-Kraken-Js@paypal.com. Please make sure to use a descriptive title in the email.

@@ -10,0 +10,0 @@

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