Socket
Socket
Sign inDemoInstall

@mux/upchunk

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/upchunk - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

12

package.json
{
"name": "@mux/upchunk",
"version": "1.0.4",
"version": "1.0.5",
"description": "Dead simple chunked file uploads using Fetch",

@@ -9,2 +9,12 @@ "main": "dist/upchunk.js",

"license": "MIT",
"keywords": [
"browser upload",
"chunked upload",
"file uplooad",
"gcs upload",
"google cloud storage upload",
"large file upload",
"resumable",
"upload"
],
"files": [

@@ -11,0 +21,0 @@ "dist",

6

README.md

@@ -30,3 +30,3 @@ # UpChunk <img src="https://travis-ci.org/muxinc/upchunk.svg?branch=master" alt="Build Status">

```
<script src="https://unpkg.com/@mux/upchunk"></script>
<script src="https://unpkg.com/@mux/upchunk@1"></script>
```

@@ -85,3 +85,3 @@

upload.on('finish', () => {
upload.on('success', () => {
console.log("Wrap it up, we're done here. 👋");

@@ -164,3 +164,3 @@ });

Fired when the upload is
Fired when the upload is finished successfully.

@@ -167,0 +167,0 @@ ## Credit

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