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

reactjs-parallax-button

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-parallax-button - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.js

21

package.json
{
"name": "reactjs-parallax-button",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bring your react buttons to next level with parallax effect",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},

@@ -14,4 +15,4 @@ "repository": {

"dependencies": {
"@babel/preset-react": "^7.25.9",
"aphrodite": "^2.1.0"
"aphrodite": "^2.1.0",
"prop-types": "^15.8.1"
},

@@ -34,3 +35,11 @@ "peerDependencies": {

},
"homepage": "https://github.com/bhuvaneshwararaja/react-parallax-button#readme"
"homepage": "https://github.com/bhuvaneshwararaja/react-parallax-button#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-loader": "^9.2.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}

Sorry, the diff of this file is not supported yet

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