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

embla-carousel-react

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel-react - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "embla-carousel-react",
"version": "1.0.1",
"version": "1.0.2",
"author": "David Cetinkaya",

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

@@ -65,6 +65,2 @@ <br />

```javascript
import EmblaCarouselReact from 'embla-carousel-react'
```
## Usage

@@ -76,2 +72,3 @@

import React, { useState, useCallback, useEffect } from 'react'
import EmblaCarouselReact from 'embla-carousel-react'

@@ -95,3 +92,3 @@ const EmblaCarouselComponent = () => {

htmlTagName="div"
emblaRef={c => setEmbla(c)}
emblaRef={setEmbla}
options={{ loop: false }}

@@ -110,2 +107,4 @@ >

}
export default EmblaCarouselComponent
```

@@ -117,2 +116,3 @@

import React, { Component } from 'react'
import EmblaCarouselReact from 'embla-carousel-react'

@@ -156,2 +156,4 @@ class EmblaCarouselComponent extends Component {

}
export default EmblaCarouselComponent
```

@@ -158,0 +160,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