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

vue-transmit

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-transmit - npm Package Versions

13
7

9.0.0-alpha.7

Diff

Changelog

Source

9.0.0-alpha.7 (2018-02-17)

Features

  • improving XHR adapter (82baf15)

<a name="9.0.0-alpha.6"></a>

alexsasharegan
published 9.0.0-alpha.6 •

Changelog

Source

9.0.0-alpha.6 (2018-02-09)

Bug Fixes

  • correct bad spelling of plugin named export (3f2f0dd)

<a name="9.0.0-alpha.5"></a>

alexsasharegan
published 9.0.0-alpha.5 •

Changelog

Source

9.0.0-alpha.5 (2018-02-09)

Bug Fixes

  • use named exports and update props in docs (2150854)

<a name="9.0.0-alpha.4"></a>

alexsasharegan
published 9.0.0-alpha.4 •

Changelog

Source

9.0.0-alpha.4 (2018-02-09)

Bug Fixes

  • error handling improved by passing error data (b042e63)

<a name="9.0.0-alpha.3"></a>

alexsasharegan
published 9.0.0-alpha.3 •

Changelog

Source

9.0.0-alpha.3 (2018-02-09)

<a name="9.0.0-alpha.2"></a>

alexsasharegan
published 9.0.0-alpha.2 •

Changelog

Source

9.0.0-alpha.2 (2018-02-09)

Features

  • abstract upload transport into adapter (#27) (6cf71cf)

<a name="9.0.0-alpha.1"></a>

alexsasharegan
published 9.0.0-alpha.1 •

Changelog

Source

9.0.0-alpha.1 (2018-02-09)

Bug Fixes

  • correct constructor prop for adapter (e1807fc)

<a name="9.0.0-alpha.0"></a>

alexsasharegan
published 9.0.0-alpha.0 •

Changelog

Source

9.0.0-alpha.0 (2018-02-09)

Bug Fixes

  • removing vue-class-component for smaller bundles (9bf830c)

Code Refactoring

  • classes: use named export for VTransmitFile (78004dc)

Features

  • build: use rollup for smaller build (8f64477)
  • xhr-transport: initial adapter complete (93e16a8)

BREAKING CHANGES

  • build: browser bundle & commonjs bundle
  • classes: switch to named export of VTransmitFile class

<a name="8.0.0"></a>

alexsasharegan
published 8.0.0 •

Changelog

Source

8.0.0 (2018-01-12)

Bug Fixes

  • #25: use form element to reset input after files added to vue-transmit (#28) (bee472e), closes #25 #25

BREAKING CHANGES

  • #25: The hidden file input is now wrapped in a form element (potentially breaking some more custom layouts if the file input was used in a way apart from the default). The fileInputStyles data attr is renamed to formStyles and placed on the form wrapper element instead of the file input.
  • Use a form wrapper element to reliably reset the file input after adding files. This will allow browsers to upload the same file twice, where previously the change event would not fire due to the filename not changing.
  • feat: enhanced xhr response error

"Error during upload: {{ statusText }} [{{ statusCode }}]"

  • chore(docs): add info on using test app

  • chore(test): updates to test app

  • chore: build

<a name="7.1.7"></a>

alexsasharegan
published 7.1.7 •

Changelog

Source

7.1.7 (2018-01-08)

Bug Fixes

<a name="7.1.6"></a>

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