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.0 to 0.1.1

dist/tilt.js

3

example/src/App.js
import React, { Component } from 'react';
import './App.css';
import Tilt from './tilt';
// import Tilt from 'react-tilt'
import Tilt from '../../dist/tilt';

@@ -5,0 +6,0 @@ class App extends Component {

{
"name": "react-tilt",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tilt for react.js",
"main": "tilt.js",
"main": "dist/tilt.js",
"author": "Jonathan Dion <jonathandionalary@gmail.com> (http://jonathandion.com/)",
"license": "MIT",
"keywords": [
"react",
"parallax",
"tilt",
"hover"
],
"bugs": {
"url": ""
"url": "https://github.com/jonathandion/react-tilt"
},
"license": "MIT",
"scripts": {
"publish": "babel ./src --out-dir ./dist --presets=es2015,react"
},
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
}
}

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