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

react-tilty

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tilty - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

dist/index.js

15

package.json
{
"name": "react-tilty",
"version": "1.2.1",
"version": "1.3.0",
"description": "A React port of the JS component tilt.js",
"main": "build/index.js",
"main": "dist/index.js",
"peerDependencies": {
"react": "^16.0.0"
"react": ">=16.0.0"
},
"dependencies": {
"react": "^16.0.0",
"webpack": "^2.6.1"
},
"scripts": {

@@ -39,3 +35,6 @@ "start": "webpack --watch",

"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1"
"babel-preset-env": "^1.5.1",
"react": "^16.8.6",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.2"
},

@@ -42,0 +41,0 @@ "repository": {

@@ -9,2 +9,4 @@ # react-tilty

Check out a simple demo [here!](https://codesandbox.io/s/73rqoq599j?fontsize=14)
## Installation

@@ -110,4 +112,9 @@

### Attributions
- [tilt.js](https://github.com/gijsroge/tilt.js) created by [Gijs Rogé](https://github.com/gijsroge)
- [vanilla-tilt.js](https://github.com/micku7zu/vanilla-tilt.js) created by [Șandor Sergiu](https://github.com/micku7zu)
### License
[MIT License](./LICENSE)

@@ -0,0 +0,0 @@ import React, { Component } from 'react';

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