🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

react-parallax-component

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-parallax-component - npm Package Compare versions

Comparing version

to
1.0.3

{
"name": "react-parallax-component",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easiest way to add scroll parallax effect on the component",

@@ -19,2 +19,3 @@ "scripts": {

"animation",
"react-component",
"webpack"

@@ -21,0 +22,0 @@ ],

@@ -36,3 +36,3 @@ # React Parallax Component

## Installation
## Development
```

@@ -39,0 +39,0 @@ $ npm install

@@ -22,3 +22,3 @@ var path = require('path');

new webpack.DefinePlugin({
__DEVELOPMENT__: true
__DEVELOPMENT__: true,
}),

@@ -29,5 +29,2 @@ new ExtractTextPlugin('bundle.css'),

new webpack.NoErrorsPlugin(),
new webpack.ProvidePlugin({
jQuery: 'jquery',
}),
],

@@ -34,0 +31,0 @@