Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-overlays

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-overlays - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

CHANGELOG.md

71

package.json
{
"name": "react-overlays",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities for creating robust overlay components",

@@ -8,4 +8,7 @@ "author": "Jason Quense <monastic.panic@gmail.com>",

"license": "MIT",
"main": "index.js",
"module": "es/index.js",
"main": "lib/index.js",
"module": "lib/es/index.js",
"files": [
"lib"
],
"keywords": [

@@ -22,2 +25,16 @@ "react-overlays",

],
"scripts": {
"build:esm": "babel src -d lib/es --env-name esm",
"build:cjs": "babel src -d lib --delete-dir-on-start",
"build": "yarn build:cjs && yarn build:esm",
"deploy-docs": "yarn --cwd www build --prefix-paths && gh-pages -d www/public",
"precommit": "lint-staged",
"prepublishOnly": "yarn build",
"start": "yarn --cwd www start",
"lint": "eslint 'www/*.js' www/src src test '*.js'",
"release": "rollout --publish-dir lib",
"tdd": "karma start",
"test": "yarn lint && yarn testonly",
"testonly": "yarn tdd --single-run"
},
"lint-staged": {

@@ -41,2 +58,3 @@ "*.js": [

"react-popper": "^1.3.2",
"uncontrollable": "^6.0.0",
"warning": "^4.0.2"

@@ -47,3 +65,50 @@ },

"react-dom": ">=16.3.0"
},
"devDependencies": {
"@4c/rollout": "^1.2.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^5.1.0",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^1.2.0",
"husky": "^0.14.3",
"jquery": "^3.3.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "4.0.0-rc.1",
"lint-staged": "^7.2.2",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"react": "^16.6.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.3",
"react-live": "^1.12.0",
"react-transition-group": "^2.5.1",
"rimraf": "^2.6.2",
"simulant": "^0.2.2",
"sinon": "^6.2.0",
"sinon-chai": "^3.3.0",
"webpack": "^4.28.0",
"webpack-atoms": "^7.0.1",
"webpack-cli": "^3.1.2"
}
}
Affix.js
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