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 2.0.3-beta.2 to 2.0.3

17

package.json
{
"name": "react-tilty",
"version": "2.0.3-beta.2",
"version": "2.0.3",
"description": "A React port of the JS component tilt.js",

@@ -11,4 +11,8 @@ "source": "src/index.js",

"scripts": {
"start": "microbundle watch --jsx React.createElement",
"build": "microbundle build --jsx React.createElement"
"build": "microbundle build --jsx React.createElement",
"start": "concurrently \"npm:dev*\"",
"dev:component": "microbundle watch --jsx React.createElement",
"dev:example": "(cd example && npm start)",
"setup": "npm i && npm link && cd example && npm i && npm link react-tilty",
"prepublishOnly": "npm run build"
},

@@ -18,2 +22,5 @@ "author": {

},
"contributors": [
"Chris Sandvik"
],
"keywords": [

@@ -33,2 +40,3 @@ "react",

"devDependencies": {
"concurrently": "^6.0.0",
"eslint": "^7.23.0",

@@ -42,3 +50,4 @@ "eslint-config-airbnb": "^18.2.1",

"microbundle": "^0.13.0",
"prettier": "^2.2.1"
"prettier": "^2.2.1",
"react-dom": "^17.0.2"
},

@@ -45,0 +54,0 @@ "peerDependencies": {

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