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 2.0.6 to 2.0.7

7

CHANGELOG.md
# @uppy/xhr-upload
## 2.0.7
Released: 2021-12-09
Included in: Uppy v2.3.1
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: deps: use `nanoid/non-secure` to workaround react-native limitation (Antoine du Hamel / #3350)
## 2.0.6

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

4

lib/index.js

@@ -9,3 +9,3 @@ "use strict";

nanoid
} = require('nanoid');
} = require('nanoid/non-secure');

@@ -658,2 +658,2 @@ const {

}, _class.VERSION = "2.0.6", _temp);
}, _class.VERSION = "2.0.7", _temp);
{
"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": "2.0.6",
"version": "2.0.7",
"license": "MIT",

@@ -35,4 +35,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^2.1.3"
"@uppy/core": "^2.1.4"
}
}
const BasePlugin = require('@uppy/core/lib/BasePlugin')
const { nanoid } = require('nanoid')
const { nanoid } = require('nanoid/non-secure')
const { Provider, RequestClient, Socket } = require('@uppy/companion-client')

@@ -4,0 +4,0 @@ const emitSocketProgress = require('@uppy/utils/lib/emitSocketProgress')

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