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

ionic-react-header-parallax

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-react-header-parallax - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

types/index.d.ts

11

package.json
{
"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>
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc