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

react-custom-scroll

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-scroll - npm Package Compare versions

Comparing version

to
1.4.2

13

karma.conf.js
'use strict';
var path = require('path');
module.exports = function (config) {

@@ -23,4 +25,11 @@ config.set({

module: {
loaders: [
{test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'},
loaders: [{
loader: 'babel-loader',
test: /\.js$/,
include: [
path.resolve(__dirname, 'src/main')
],
query: {
presets: ['react']
}},
{test: /\.css$/, loader: 'style-loader!css-loader'}

@@ -27,0 +36,0 @@ ]

2

package.json
{
"name": "react-custom-scroll",
"version": "1.4.1",
"version": "1.4.2",
"description": "An easily designable, cross browser (!!), custom scroll with ReactJS Animations and scroll rate **exactly** like native scroll",

@@ -5,0 +5,0 @@ "main": "index",