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

embla-carousel

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

package.json
{
"name": "embla-carousel",
"version": "0.9.2",
"version": "0.9.3",
"author": "David Cetinkaya",

@@ -5,0 +5,0 @@ "private": false,

@@ -174,6 +174,9 @@ <br />

Embla exposes a set of methods upon setup that can be used to control the carousel externally. Example usage looks like this...
Embla exposes a set of methods upon setup that can be used to control the carousel externally. Example usage looks like this:
```javascript
embla.next()
embla.goTo(2)
embla.changeOptions({ loop: true })
embla.on('select', () => console.log('Selected a new index!'))
```

@@ -180,0 +183,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