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.4 to 0.0.5

dist/src/index.js

3

dist/@types/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useIonHeaderParallax = void 0;
var useIonicHeaderParallax_1 = require("../src/useIonicHeaderParallax");
const useIonicHeaderParallax_1 = require("../src/useIonicHeaderParallax");
Object.defineProperty(exports, "useIonHeaderParallax", { enumerable: true, get: function () { return useIonicHeaderParallax_1.useIonHeaderParallax; } });
//# sourceMappingURL=index.js.map

@@ -29,2 +29,1 @@ "use strict";

exports.IonHeaderParallax = IonHeaderParallax;
//# sourceMappingURL=IonHeaderParallax.js.map

@@ -185,2 +185,1 @@ "use strict";

exports.useIonHeaderParallax = useIonHeaderParallax;
//# sourceMappingURL=useIonicHeaderParallax.js.map
{
"name": "ionic-react-header-parallax",
"version": "0.0.4",
"version": "0.0.5",
"description": "A React Hook parallax effect for Ionic React <IonHeader> component",

@@ -9,2 +9,3 @@ "author": {

},
"license": "MIT",
"repository": {

@@ -14,31 +15,58 @@ "type": "git",

},
"readme": "https://github.com/ahmnouira/ionic-react-header-parallax.git#redme",
"homepage": "https://github.com/ahmnouira/ionic-react-header-parallax",
"keywords": [
"ionic"
],
"contributors": [
{
"name": "Ahmed Nouira",
"web": "http://twitter.com/AhmNouira"
}
],
"bugs": {
"url": "https://github.com/ahmnouira/ionic-react-header-parallax.git/issues"
},
"files": [
"dist/"
],
"main": "dist/index.js",
"types": "@types/index.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"test": "jest",
"test:update": "jest -u",
"test:ci": "jest --runInBand --detectOpenHandles",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"eslint:fix": "eslint src/**/*.ts --fix",
"format:fix": "prettier --write \"**/*.{ts,tsx,json}\"",
"release": "auto shipit",
"release:canary": "auto canary"
"clean-install": "rimraf node_modules && yarn",
"prepare": "rimraf dist && yarn build",
"release": "np --no-2fa"
},
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@types/react": "^17.0.18",
"auto": "^10.31.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"np": "^7.5.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"typescript": "^4.3.5"
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.0",
"typescript": "^4.3.5",
"yarn": "^1.22.11"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
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