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

@ecl/ec-component-gallery

Package Overview
Dependencies
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/ec-component-gallery - npm Package Compare versions

Comparing version 2.38.0 to 2.39.0

7

ec-component-gallery.js

@@ -136,5 +136,4 @@ import createFocusTrap from 'focus-trap';

this.handleKeyPressOnItem = this.handleKeyPressOnItem.bind(this);
this.handleClickOnPreviousButton = this.handleClickOnPreviousButton.bind(
this
);
this.handleClickOnPreviousButton =
this.handleClickOnPreviousButton.bind(this);
this.handleClickOnNextButton = this.handleClickOnNextButton.bind(this);

@@ -528,3 +527,3 @@ this.handleKeyboard = this.handleKeyboard.bind(this);

// Stop video
const video = queryOne('video', this.selectedItem);
const video = queryOne('video', this.overlayMedia);
if (video) video.pause();

@@ -531,0 +530,0 @@

@@ -5,3 +5,3 @@ {

"license": "EUPL-1.1",
"version": "2.38.0",
"version": "2.39.0",
"description": "ECL Gallery",

@@ -13,8 +13,8 @@ "main": "ec-component-gallery.js",

"dependencies": {
"@ecl/ec-base": "^2.38.0",
"@ecl/ec-base": "^2.39.0",
"focus-trap": "5.1.0"
},
"devDependencies": {
"@ecl/ec-specs-gallery": "^2.38.0",
"@ecl/ec-utility-disablescroll": "^2.38.0"
"@ecl/ec-specs-gallery": "^2.39.0",
"@ecl/ec-utility-disablescroll": "^2.39.0"
},

@@ -37,3 +37,3 @@ "publishConfig": {

],
"gitHead": "cb4a2736953904bb0ff40db911999a63c2dd179c"
"gitHead": "017f28ea6c3706b36bd1f7b8ab24c4d90da62886"
}

Sorry, the diff of this file is not supported yet

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