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.6.3 to 1.6.4

5

dist/Lock.js

@@ -35,3 +35,6 @@ 'use strict';

padding: 0,
overflow: 'hidden'
overflow: 'hidden',
position: 'fixed',
top: 0,
left: 0
};

@@ -38,0 +41,0 @@

2

package.json
{
"name": "react-focus-lock",
"version": "1.6.3",
"version": "1.6.4",
"description": "It is a trap! (for a focus)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -11,2 +11,5 @@ import React, { Component } from 'react';

overflow: 'hidden',
position: 'fixed',
top: 0,
left: 0,
};

@@ -13,0 +16,0 @@

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