ionic-react-header-parallax
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "ionic-react-header-parallax", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A React Hook parallax effect for Ionic React <IonHeader> component", | ||
@@ -31,6 +31,6 @@ "author": { | ||
"dist/", | ||
"src/index.d.ts" | ||
"types/index.d.ts" | ||
], | ||
"main": "dist/index.js", | ||
"types": "src/index.d.ts", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -47,2 +47,3 @@ "build": "tsc", | ||
"clean-install": "rimraf node_modules && yarn", | ||
"changelog": "auto-changelog -p", | ||
"prepare": "rimraf dist && yarn build", | ||
@@ -60,2 +61,3 @@ "release": "np --no-2fa" | ||
"auto-changelog": "^2.3.0", | ||
"codecov": "^3.8.3", | ||
"eslint": "^7.32.0", | ||
@@ -74,6 +76,3 @@ "jest": "^27.0.6", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"dependencies": { | ||
"ionic-react-header-parallax": "^0.0.5" | ||
} | ||
} |
@@ -1,2 +0,23 @@ | ||
# ionic-react-header-parallax | ||
<h4 align="center"> | ||
<b>Ionic React</b> libray to handle the parallax effect for <b>IonHeader</b> component | ||
</h4> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/ionic-react-header-parallax | ||
"><img src="https://img.shields.io/npm/v/ionic-react-header-parallax.svg"></a> | ||
<a href="https://travis-ci.com/ahmnouira/ionic-react-header-parallax"><img src="https://api.travis-ci.com/ahmnouira/ionic-react-header-parallax.svg?branch=master"></a> | ||
<a href="https://github.com/ahmnouira/ionic-react-header-parallax"><img src="https://img.shields.io/github/stars/ahmnouira/ionic-react-header-parallax"></a> | ||
<a href="https://www.npmjs.com/package/ionic-react-header-parallax"><img src="https://img.shields.io/npm/dm/ionic-react-header-parallax.svg"></a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://codecov.io/gh/ahmnouira/ionic-react-header-parallax"><img src="https://codecov.io/gh/ahmnouira/ionic-react-header-parallax/coverage.svg"></a> | ||
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg"></a> | ||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://david-dm.org/ahmnouira/ionic-react-header-parallax"><img src="https://david-dm.org/ahmnouira/ionic-react-header-parallax/status.svg"></a> | ||
<a href="https://david-dm.org/ahmnouira/ionic-react-header-parallax?type=dev"><img src="https://david-dm.org/ahmnouira/ionic-react-header-parallax/dev-status.svg"></a> | ||
</p> |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15551
0
228
23
0
19
- Removedionic-react-header-parallax@^0.0.5
- Removedionic-react-header-parallax@0.0.5(transitive)