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

enso-carousel

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enso-carousel - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

.prettierrc

7

js/EnsoCarousel.js

@@ -106,2 +106,3 @@ export default {

this.posInitial = this.containerEl.offsetLeft;
this.containerEl.style.left = `${-(this.slides.length * this.slideWidth)}px`;
},

@@ -122,2 +123,8 @@

// Ignore right clicks
if (e.button === 2) {
e.preventDefault();
return;
}
// This is to prevent multiple dragstart events being called before

@@ -124,0 +131,0 @@ // a drag has completed. If that happens then the posInitial gets out of

2

package.json
{
"name": "enso-carousel",
"version": "2.0.8",
"version": "2.0.9",
"description": "A renderless Vue component carousel.",

@@ -5,0 +5,0 @@ "main": "js/EnsoCarousel.js",

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