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

react-awesome-modal

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-awesome-modal - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

12

lib/style.js

@@ -21,3 +21,3 @@ 'use strict';

'position': 'fixed',
'background-color': '#fff',
'backgroundColor': '#fff',
'width': '400px',

@@ -27,7 +27,7 @@ 'height': '300px',

'left': '50%',
'margin-top': '-150px',
'margin-left': '-200px',
'border-radius': '5px',
'box-sizing': 'border-box',
'box-shadow': '0 2px 4px rgba(0, 0, 0, 0.3)',
'marginTop': '-150px',
'marginLeft': '-200px',
'borderRadius': '5px',
'boxSizing': 'border-box',
'boxShadow': '0 2px 4px rgba(0, 0, 0, 0.3)',
'transform': 'translate3d(0, 0, 0)',

@@ -34,0 +34,0 @@ 'transition': 'transform 500ms cubic-bezier(0, 0, 0.25, 1), opacity 500ms cubic-bezier(0, 0, 0.25, 1)',

{
"name": "react-awesome-modal",
"version": "0.0.3",
"version": "0.1.0",
"description": "This is a React Modal Component.",

@@ -15,3 +15,3 @@ "main": "./lib/index",

"watch": "babel src --out-dir lib --watch --source-maps-inline",
"test": "mocha --require intelli-espower-loader test/**/*.js"
"test": "mocha --compilers js:babel/register test/**/*.js"
},

@@ -18,0 +18,0 @@ "repository": {

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