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

react-smart-scroller

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-smart-scroller - npm Package Compare versions

Comparing version

to
1.0.15

3

dist/index.js

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

import { ReactSmartSliderProps } from "./lib";
import { ReactSmartScroller } from "./components";
export { ReactSmartScroller, ReactSmartSliderProps };
export { ReactSmartScroller };
{
"name": "react-smart-scroller",
"version": "1.0.14",
"version": "1.0.15",
"description": "React-smart-scroller is a library that allows you to create highly customizable horizontal or vertical scroller in easy way. You can modify track styles or pass your own thumb (own component)",

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

@@ -1,7 +0,5 @@

import { ReactSmartSliderProps } from './lib'
import { ReactSmartScroller } from './components'
export {
ReactSmartScroller,
ReactSmartSliderProps
ReactSmartScroller
}