Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mangoweb/parallax

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mangoweb/parallax - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

84

package.json
{
"name": "@mangoweb/parallax",
"version": "0.0.10",
"description": "Watches elements vertical position in viewport.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc --watch",
"eslint:lint": "eslint \"src/**/*.{ts,tsx}\" ",
"eslint:fix": "eslint --fix \"src/**/*.{ts,tsx}\" ",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/manGoweb/npm/tree/master/scripts-base"
},
"author": "manGoweb <info@mangoweb.cz> (https://mangoweb.cz)",
"license": "MIT",
"devDependencies": {
"@mangoweb/eslint-config-ts": "^0.0.0",
"@mangoweb/prettier-config": "^0.0.0",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
},
"prepare": "npm run build",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@mangoweb/scripts-base": "0.0.15"
},
"dependencies": {
"light-bounds": "0.0.7"
}
"name": "@mangoweb/parallax",
"version": "0.0.11",
"description": "Watches elements vertical position in viewport.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc --watch",
"eslint:lint": "eslint \"src/**/*.{ts,tsx}\" ",
"eslint:fix": "eslint --fix \"src/**/*.{ts,tsx}\" ",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/manGoweb/npm/tree/master/scripts-components/parallax"
},
"author": "manGoweb <info@mangoweb.cz> (https://mangoweb.cz)",
"license": "MIT",
"devDependencies": {
"@mangoweb/eslint-config-ts": "^0.0.0",
"@mangoweb/prettier-config": "^0.0.0",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
},
"prepare": "npm run build",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@mangoweb/scripts-base": "0.0.17"
},
"dependencies": {
"light-bounds": "0.0.7"
}
}

@@ -9,3 +9,5 @@ # Parallax

`$ npm install @mangoweb/parallax @mangoweb/scripts-base`
```bash
npm install @mangoweb/parallax @mangoweb/scripts-base
```

@@ -12,0 +14,0 @@ This is a [`@mangoweb/scripts-base`](https://www.npmjs.com/package/@mangoweb/scripts-base) component.

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