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

@uploadcare/blocks

Package Overview
Dependencies
Maintainers
0
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uploadcare/blocks - npm Package Versions

1
34

0.24.0-alpha.0

Diff

uploadcare-user
published 0.23.0 •

Changelog

Source

0.23.0 (2023-06-14)

Features

  • add uploadAll method to trigger upload (db69508)
  • add separate addFileFromUrl, addFileFromUuid and addFileFromObject (b5a89c4)

Deprecations

  • method addFiles is deprecated in favour of addFileFromUrl, addFileFromUuid and addFileFromObject above

API

// `silent` option supresses `LR_UPLOAD_FINISH` event
// `fileName` options specifies file name
uploaderCtx.addFileFromUrl(url: string, { silent?: boolean, fileName?: string } = {});
uploaderCtx.addFileFromUuid(uuid: string, { silent?: boolean, fileName?: string } = {});
uploaderCtx.addFileFromObject(file: File, { silent?: boolean, fileName?: string } = {});

// Trigger uploading. Useful with `--cfg-confirm-upload: 1;` to force uploading predefined files.
uploaderCtx.uploadAll();
uploadcare-user
published 0.22.13 •

Changelog

Source

0.22.13 (2023-06-14)

Bug Fixes

uploadcare-user
published 0.22.12 •

Changelog

Source

0.22.12 (2023-06-09)

Features

  • add IIFE bundle web/blocks.iife.js (#480)
uploadcare-user
published 0.22.11 •

Changelog

Source

0.22.11 (2023-06-08)

Bug Fixes

  • skip validation if no allowed file types provided (#477) (e241993)
uploadcare-user
published 0.22.10 •

Changelog

Source

0.22.10 (2023-06-08)

Bug Fixes

  • file-item: --cfg-img-only for external sources causing error (#475) (479db7b)
nd0ut
published 0.22.10-alpha.1 •

nd0ut
published 0.22.10-alpha.0 •

uploadcare-user
published 0.22.9 •

Changelog

Source

0.22.9 (2023-06-05)

Bug Fixes

  • copyright: not working --cfg-remove-copyright config option (#473) (e925c7b)
nd0ut
published 0.22.8-alpha.0 •

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