Socket
Socket
Sign inDemoInstall

react-marquee-master

Package Overview
Dependencies
5
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

1

dist/index.d.ts

@@ -0,1 +1,2 @@

import './Marquee/index.scss';
import { IMarqueeProps as IMarqueePropsAlias } from './Marquee';

@@ -2,0 +3,0 @@ import Marquee from './Marquee';

2

dist/Marquee/index.d.ts
/// <reference types="react" />
export interface IMarqueeProps {
delay?: number;
direction?: 'up' | 'down';
direction?: 'up' | 'right' | 'down' | 'left';
height?: number;

@@ -6,0 +6,0 @@ inverseMarqueeItems?: boolean;

{
"name": "react-marquee-master",
"version": "1.4.0",
"version": "1.4.1",
"description": "React component to allow you to create a vertically scrolling marquee",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc