Socket
Socket
Sign inDemoInstall

react-tilt

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tilt - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

dist/index.d.ts

47

package.json
{
"name": "react-tilt",
"version": "0.1.4",
"description": "Tilt for react.js",
"main": "dist/tilt.js",
"author": "Jonathan Dion <jonathandionalary@gmail.com> (http://jonathandion.com/)",
"version": "1.0.0",
"description": "Tilt for React JS",
"author": "Jonathan Dion <jonathandionalary@gmail.com> (https://github.com/jonathandion/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonathandion/react-tilt/issues"
},
"keywords": [

@@ -12,20 +14,29 @@ "react",

"tilt",
"hover"
"hover",
"parallax"
],
"bugs": {
"url": "https://github.com/jonathandion/react-tilt/issues"
},
"scripts": {
"build": "babel ./src --out-dir ./dist"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0-beta || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0-beta || ^16.0.0"
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1"
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"build": "tsup && pnpm run types",
"dev": "tsup --watch",
"types": "tsup --dts-only",
"types:check": "tsc --noEmit"
}
}
}
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