Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bytescale/sdk

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytescale/sdk - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

2

package.json
{
"name": "@bytescale/sdk",
"version": "3.3.0",
"version": "3.4.0",
"description": "Bytescale JavaScript SDK",

@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",

@@ -66,3 +66,3 @@ <h1 align="center">

If you want to use a script tag:
If you'd prefer to use a script tag:

@@ -265,3 +265,3 @@ ```html

Use the [`UrlBuilder`](#urlbuilder) to get a URL to your file (if you need a URL instead of downloading the file).
Use the [`UrlBuilder`](#urlbuilder) to get a URL instead (if you need a file URL instead of a binary stream).

@@ -308,3 +308,3 @@ ## Processing Files

Use the [`UrlBuilder`](#urlbuilder) to get a URL to your file (if you need a URL instead of downloading the file).
Use the [`UrlBuilder`](#urlbuilder) to get a URL instead (if you need a file URL instead of a binary stream).

@@ -401,3 +401,3 @@ ## Get File Details

To get the URL for the uploaded image `/example.jpg` in its original form, use the following params:
To get the URL for the uploaded image `/example.jpg` in its original form, use the following:

@@ -414,3 +414,3 @@ ```javascript

To resize the uploaded image `/example.jpg` to 800x600, use the following params:
To resize the uploaded image `/example.jpg` to 800x600, use the following:

@@ -436,3 +436,3 @@ ```javascript

To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following params:
To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following:

@@ -458,3 +458,3 @@ ```javascript

To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following params:
To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following:

@@ -480,3 +480,3 @@ ```javascript

To extract the file `document.docx` from the uploaded ZIP file `/example.zip`, use the following params:
To extract the file `document.docx` from the uploaded ZIP file `/example.zip`:

@@ -483,0 +483,0 @@ ```javascript

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