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

@behance/beff

Package Overview
Dependencies
Maintainers
48
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@behance/beff - npm Package Compare versions

Comparing version 9.3.5 to 9.3.6

2

Component/CloudUploader.js

@@ -346,2 +346,4 @@ define([

this.trigger('processing');
return this._uploader.scaleImage(id, _options);

@@ -348,0 +350,0 @@ },

2

package.json
{
"name": "@behance/beff",
"version": "9.3.5",
"version": "9.3.6",
"description": "Behance Frontend Framework",

@@ -5,0 +5,0 @@ "directories": {

@@ -141,2 +141,8 @@ define([

it('fires the processing event on a submit', function(done) {
this.uploader.on('processing', done);
fineuploaderMock.fakeSubmit();
});
it('fires the complete event with the correctly scaled images', function(done) {

@@ -143,0 +149,0 @@ Promise.all([

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