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

@maxweek/react-scroller

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxweek/react-scroller - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

1

dist/index.d.ts

@@ -47,3 +47,2 @@ import React, { ReactNode } from "react";

}
export * from './scroller';
export default Scroller;

@@ -745,4 +745,3 @@ import Ie, { forwardRef as fr, useRef as Q, useState as dr, useEffect as U, useImperativeHandle as vr } from "react";

export {
mr as Scroller,
mr as default
};

2

dist/scroller.d.ts
/// <reference types="react" />
import "./styles.css";
import "./styles.scss";
import { IScroller, IScrollerRef } from ".";
export declare const Scroller: import("react").ForwardRefExoticComponent<IScroller & import("react").RefAttributes<IScrollerRef>>;
{
"name": "@maxweek/react-scroller",
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",

@@ -6,0 +6,0 @@ "author": "Max Nedelko",

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