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

react-infinite-logo-slider

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-infinite-logo-slider - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

build/index.d.ts

@@ -9,3 +9,3 @@ import React from "react";

blurBorders?: boolean;
blurBoderColor?: string;
blurBorderColor?: string;
}

@@ -12,0 +12,0 @@ interface SlideProps {

@@ -25,3 +25,3 @@ var __assign = (this && this.__assign) || function () {

var Slider = function (_a) {
var children = _a.children, _b = _a.width, width = _b === void 0 ? "200px" : _b, _c = _a.duration, duration = _c === void 0 ? 40 : _c, _d = _a.toRight, toRight = _d === void 0 ? false : _d, _e = _a.pauseOnHover, pauseOnHover = _e === void 0 ? false : _e, _f = _a.blurBorders, blurBorders = _f === void 0 ? false : _f, _g = _a.blurBoderColor, blurBoderColor = _g === void 0 ? "#fff" : _g;
var children = _a.children, _b = _a.width, width = _b === void 0 ? "200px" : _b, _c = _a.duration, duration = _c === void 0 ? 40 : _c, _d = _a.toRight, toRight = _d === void 0 ? false : _d, _e = _a.pauseOnHover, pauseOnHover = _e === void 0 ? false : _e, _f = _a.blurBorders, blurBorders = _f === void 0 ? false : _f, _g = _a.blurBorderColor, blurBorderColor = _g === void 0 ? "#fff" : _g;
var _h = useState(""), idNanoid = _h[0], setIdNanoid = _h[1];

@@ -91,3 +91,3 @@ // Generate a random string ID for keyframes

height: "105%",
background: "linear-gradient(90deg, ".concat(blurBoderColor, " 10%, rgba(255, 255, 255, 0) 80%)"),
background: "linear-gradient(90deg, ".concat(blurBorderColor, " 10%, rgba(255, 255, 255, 0) 80%)"),
} }),

@@ -101,3 +101,3 @@ React.createElement("div", { style: {

height: "120%",
background: "linear-gradient(90deg, ".concat(blurBoderColor, " 10%, rgba(255, 255, 255, 0) 80%)"),
background: "linear-gradient(90deg, ".concat(blurBorderColor, " 10%, rgba(255, 255, 255, 0) 80%)"),
} })))));

@@ -104,0 +104,0 @@ };

{
"name": "react-infinite-logo-slider",
"version": "1.1.1",
"version": "1.1.2",
"description": "A slider of logos or react components that scroll horizontally infinitely",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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