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
1
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.0.9 to 1.0.10

.babelrc

50

package.json
{
"name": "react-tilty",
"version": "1.0.9",
"main": "dist/index.js",
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jonahallibone/react-tilty"
"version": "1.0.10",
"description": "A React port of the JS component tilt.js",
"main": "build/index.js",
"peerDependencies": {
"react": "^15.5.4"
},
"files": [
"dist"
],
"dependencies": {
"react": "^15.5.4",
"webpack": "^2.6.1"
},
"scripts": {
"start": "react-scripts start",
"build-examples": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Jonah Allibone"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "^2.0.4",
"rimraf": "^2.6.2"
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jonahallibone/react-tilty"
},
"browserslist": [

@@ -35,4 +38,3 @@ ">0.2%",

"not op_mini all"
],
"dependencies": {}
]
}
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