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

parse-s3-url

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-s3-url - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

package.json
{
"name": "parse-s3-url",
"description": "Re-sign potentially already signed S3 urls.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Tim Allen <tim@noblesamurai.com>",

@@ -31,6 +31,6 @@ "license": "BSD",

"dirty-chai": "^1.2.2",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "~3.3.0",
"nyc": "^10.1.2",
"semistandard": "*",
"jsdoc-to-markdown": "~3.0.0"
"nyc": "^15.0.0",
"semistandard": "*"
},

@@ -37,0 +37,0 @@ "keywords": [],

@@ -10,3 +10,3 @@ const { URL } = require('url');

if (!match) return false;
const [ , bucket, key ] = match;
const [, bucket, key] = match;
return { bucket, key: decodeURIComponent(key) };

@@ -13,0 +13,0 @@ } catch (_err) {

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