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

@uppy/xhr-upload

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/xhr-upload - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

7

CHANGELOG.md
# @uppy/xhr-upload
## 3.0.0-beta.2
Released: 2022-07-27
Included in: Uppy v3.0.0-beta.3
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: upgrade `nanoid` to v4 (Antoine du Hamel / #3904)
## 2.1.2

@@ -4,0 +11,0 @@

2

lib/index.js

@@ -13,3 +13,3 @@ import BasePlugin from '@uppy/core/lib/BasePlugin';

const packageJson = {
"version": "3.0.0-beta.1"
"version": "3.0.0-beta.2"
};

@@ -16,0 +16,0 @@ import locale from './locale.js';

{
"name": "@uppy/xhr-upload",
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"@uppy/utils": "^5.0.0-beta",
"nanoid": "^3.1.25"
"nanoid": "^4.0.0"
},

@@ -38,5 +38,5 @@ "devDependencies": {

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.1"
"@uppy/core": "^3.0.0-beta.2"
},
"stableVersion": "2.1.1"
}
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