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

carousel-component

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carousel-component - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

carousel.css

4

package.json
{
"name": "carousel-component",
"version": "1.0.1",
"version": "2.0.0",
"description": "A vuejs and reactjs carousel component.",

@@ -38,3 +38,3 @@ "main": "index.js",

"clean-css-cli": "4.1.6",
"clean-release": "1.0.3",
"clean-release": "1.3.1",
"file2variable-cli": "1.4.0",

@@ -41,0 +41,0 @@ "github-fork-ribbon-css": "0.2.1",

@@ -23,3 +23,3 @@ [![Dependency Status](https://david-dm.org/plantain-00/carousel-component.svg)](https://david-dm.org/plantain-00/carousel-component)

```html
<link rel="stylesheet" href="./node_modules/carousel-component/dist/carousel.min.css" />
<link rel="stylesheet" href="./node_modules/carousel-component/carousel.min.css" />
```

@@ -32,3 +32,3 @@

```ts
import "carousel-component/dist/vue";
import "carousel-component/vue";
```

@@ -51,3 +51,3 @@

```ts
import { Carousel } from "carousel-component/dist/react";
import { Carousel } from "carousel-component/react";
```

@@ -86,1 +86,11 @@

```
#### change logs
```ts
// v2
import "carousel-component/vue";
// v1
import "carousel-component/dist/vue";
```
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