Socket
Socket
Sign inDemoInstall

react-parallax-tilt

Package Overview
Dependencies
8
Maintainers
1
Versions
409
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.2

4

package.json
{
"name": "react-parallax-tilt",
"version": "1.0.0",
"version": "1.0.2",
"description": "React parallax tilt effect",

@@ -22,3 +22,3 @@ "main": "./dist/react-parallax-tilt.umd.js",

"test:coverage:watch": "jest --coverage --verbose --watch",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"storybook": "start-storybook -p 9009 -s public --quiet",

@@ -25,0 +25,0 @@ "storybook:build": "build-storybook -c .storybook -o build_storybook --quiet",

# react-parallax-tilt
[![npm version][npm-badge]][npm-url]
[![size][size-badge]][npm-url]
[![npm bundle size][size-badge]][npm-url]
[![Build Status][build-badge]][build-url]

@@ -24,3 +24,3 @@ [![Coverage Status][coverage-badge]][coverage-url]

- Lightweight 📦 (<4kb)
- Lightweight 📦 (<3kb)
- Supports mouse and touch events

@@ -180,8 +180,8 @@ - Support for device tilting (gyroscope)

[npm-badge]: https://img.shields.io/npm/v/react-parallax-tilt.svg
[size-badge]: https://img.shields.io/bundlephobia/gzip/react-parallax-tilt.svg
[build-badge]: https://travis-ci.org/mkosir/react-parallax-tilt.svg?branch=master
[build-url]: https://travis-ci.org/mkosir/react-parallax-tilt
[coverage-badge]: https://coveralls.io/repos/github/mkosir/react-parallax-tilt/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/mkosir/react-parallax-tilt?branch=master
[size-badge]: https://img.shields.io/bundlephobia/minzip/react-parallax-tilt.svg
[build-badge]: https://travis-ci.com/mkosir/react-parallax-tilt.svg
[build-url]: https://travis-ci.com/mkosir/react-parallax-tilt
[coverage-badge]: https://coveralls.io/repos/github/mkosir/react-parallax-tilt/badge.svg
[coverage-url]: https://coveralls.io/github/mkosir/react-parallax-tilt
[typescript-badge]: https://badges.frapsoft.com/typescript/code/typescript.svg?v=101
[typescript-url]: https://github.com/microsoft/TypeScript
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc