react-focus-lock
Advanced tools
Comparing version 1.14.1 to 1.15.0
{ | ||
"name": "react-focus-lock", | ||
"version": "1.14.1", | ||
"version": "1.15.0", | ||
"description": "It is a trap! (for a focus)", | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"jsnext:main": "dist/es2015/index.js", | ||
"module": "dist/es2015/index.js", | ||
"types": "react-focus-lock.d.ts", | ||
"scripts": { | ||
"build": "babel src -d dist", | ||
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs", | ||
"build:es5": "NODE_ENV=es2015 babel src -d dist/es2015", | ||
"build": "yarn build:es5 && yarn build:cjs", | ||
"test": "npm run test:pick -- '_tests/**/*spec.js'", | ||
"test:pick": "BABEL_ENV=test mocha --require _tests/spinup/scaffolding --compilers js:babel-core/register -r jsdom-global/register", | ||
"test:pick": "NODE_ENV=cjs mocha --require _tests/spinup/scaffolding --compilers js:babel-core/register -r jsdom-global/register", | ||
"prepublish": "npm run build", | ||
@@ -70,7 +74,7 @@ "lint": "eslint src tests", | ||
"sinon": "3.2.1", | ||
"size-limit": "^0.14.1" | ||
"size-limit": "^0.20.1" | ||
}, | ||
"homepage": "https://github.com/theKashey/react-focus-lock#readme", | ||
"dependencies": { | ||
"focus-lock": "^0.4.2", | ||
"focus-lock": "^0.5.0", | ||
"prop-types": "^15.6.2", | ||
@@ -77,0 +81,0 @@ "react-clientside-effect": "^1.0.0" |
@@ -200,2 +200,5 @@ <div align="left"> | ||
# Package size | ||
About __6kb__ _with all dependencies, minified and gzipped_. | ||
# Licence | ||
@@ -202,0 +205,0 @@ MIT |
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
207
76804
19
994
1
+ Addedfocus-lock@0.5.4(transitive)
- Removedfocus-lock@0.4.2(transitive)
Updatedfocus-lock@^0.5.0