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

@smarthtmlelements/smart-carousel

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarthtmlelements/smart-carousel - npm Package Compare versions

Comparing version 2.0.1 to 4.2.1

47

package.json

@@ -1,46 +0,1 @@

{
"name": "@smarthtmlelements/smart-carousel",
"version": "2.0.1",
"description": "Smart Carousel",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/HTMLElements/smart-carousel.git"
},
"author": "Smart HTML Elements",
"license": "SEE LICENSE IN https://www.htmlelements.com/license/",
"bugs": {
"url": "https://github.com/HTMLElements/smart-carousel"
},
"homepage": "https://github.com/HTMLElements/smart-carousel#readme",
"devDependencies": {
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^1.0.22",
"@smarthtmlelements/smart-core": "^2.0.1"
},
"main": "index.js",
"directories": {},
"keywords": [
"custom",
"element",
"carousel custom element",
"html carousel",
"carousel",
"web components carousel",
"carousel element",
"banner rotator",
"custom carousel",
"carousel widget",
"carousel ui",
"carousel component",
"carousel control",
"banner",
"banner element",
"banner user interface",
"material banner",
"material carousel"
]
}
{"name":"@smarthtmlelements/smart-carousel","version":"4.2.1","description":"Smart Carousel","scripts":{},"repository":{"type":"git","url":"git+https://github.com/HTMLElements/smart-carousel.git"},"author":"Smart HTML Elements","license":"SEE LICENSE IN https://www.htmlelements.com/license/","bugs":{"url":"https://github.com/HTMLElements/smart-carousel"},"homepage":"https://github.com/HTMLElements/smart-carousel#readme","devDependencies":{},"dependencies":{"@webcomponents/webcomponentsjs":"^1.0.22","@smarthtmlelements/smart-core":"^2.0.0"},"main":"index.js","directories":{},"keywords":["custom","element","carousel custom element","html carousel","carousel","web components carousel","carousel element","banner rotator","custom carousel","carousel widget","carousel ui","carousel component","carousel control","banner","banner element","banner user interface","material banner","material carousel"]}

@@ -20,17 +20,2 @@ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/htmlelements/smart-carousel)

<link rel="stylesheet" href="../smart-core/source/styles/smart.default.css" type="text/css" />
<script>
window.onload = function () {
const basePath = '/images/',
carouselSquare = document.getElementById('carouselSquare'),
carouselSquare.dataSource = generateDataSource(7);
function generateDataSource(items) {
let dataSource = Array(items).fill({});
dataSource.forEach((element, index) => dataSource[index] = { image: `${basePath}carousel-square-${index + 1}.jpg` });
return dataSource;
}
}
</script>
<next-code-block></next-code-block>

@@ -37,0 +22,0 @@ </template>

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