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

react-focus-lock

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-lock - npm Package Compare versions

Comparing version 1.14.1 to 1.15.0

dist/cjs/AutoFocusInside.js

16

package.json
{
"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

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