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.2 to 0.1.3

.babelrc

3

example/package.json

@@ -10,4 +10,3 @@ {

"devDependencies": {
"react-scripts": "0.9.5",
"react-tilt": "^0.1.1"
"react-scripts": "0.9.5"
},

@@ -14,0 +13,0 @@ "scripts": {

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

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

{
"name": "react-tilt",
"version": "0.1.2",
"version": "0.1.3",
"description": "Tilt for react.js",

@@ -15,6 +15,6 @@ "main": "dist/tilt.js",

"bugs": {
"url": "https://github.com/jonathandion/react-tilt"
"url": "https://github.com/jonathandion/react-tilt/issues"
},
"scripts": {
"publish": "babel ./src --out-dir ./dist --presets=es2015,react"
"build": "babel ./src --out-dir ./dist"
},

@@ -27,5 +27,6 @@ "dependencies": {

"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"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