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

duoyun-ui

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duoyun-ui - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

6

elements/carousel.js

@@ -150,5 +150,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

_DuoyunCarouselElement_add.set(this, (direction) => {
if (!this.data)
var _a;
const total = (_a = this.data) === null || _a === void 0 ? void 0 : _a.length;
if (!total)
return;
const total = this.data.length;
this.setState({ currentIndex: (total + this.state.currentIndex + direction) % total, direction });

@@ -195,2 +196,3 @@ __classPrivateFieldGet(this, _DuoyunCarouselElement_reset, "f").call(this);

const { currentIndex, direction } = this.state;
debugger;
return html `

@@ -197,0 +199,0 @@ <ul class="list" role="region">

{
"name": "duoyun-ui",
"version": "0.0.36",
"version": "0.0.37",
"description": "WebComponts UI",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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