react-overlays
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172286
44
4065
10
45
1
+ Addeduncontrollable@^6.0.0
+ Addedinvariant@2.2.4(transitive)
+ Addeduncontrollable@6.2.3(transitive)