Socket
Socket
Sign inDemoInstall

react-fast-marquee

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fast-marquee - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

dist/components/Marquee.js

2

dist/components/Marquee.d.ts
import { ReactNode, CSSProperties, FC, RefAttributes } from "react";
import "./Marquee.scss";
declare type MarqueeProps = {
export declare type MarqueeProps = {
/**

@@ -5,0 +5,0 @@ * @description Inline style for the container div

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

import Marquee from "./components/Marquee";
import Marquee, { MarqueeProps } from "./components/Marquee";
export default Marquee;
export type { MarqueeProps };
{
"name": "react-fast-marquee",
"version": "1.6.4",
"version": "1.6.5",
"description": "A lightweight React component that utilizes the power of CSS animations to create silky smooth marquees.",

@@ -95,4 +95,4 @@ "main": "dist/index.js",

"peerDependencies": {
"react": ">= 16.8.0 || 18.0.0",
"react-dom": ">= 16.8.0 || 18.0.0"
"react": ">= 16.8.0 || ^18.0.0",
"react-dom": ">= 16.8.0 || ^18.0.0"
},

@@ -99,0 +99,0 @@ "husky": {

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