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

s3u

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3u - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "s3u",
"version": "1.1.0",
"version": "1.1.1",
"description": "S3 URL manipulation helper similar to standard URL class",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -33,3 +33,3 @@ 'use strict';

if (!(options instanceof S3Url)) {
dirPath && this.setFileName(dirPath);
dirPath && this.setDirPath(dirPath);
fileName && this.setFileName(fileName);

@@ -36,0 +36,0 @@ provider && this.setProvider(provider);

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