Socket
Socket
Sign inDemoInstall

fbjs

Package Overview
Dependencies
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbjs - npm Package Compare versions

Comparing version 0.8.10 to 0.8.11

8

CHANGELOG.md
## [Unreleased]
## [0.8.11] - 2017-03-21
### Fixed
- Fixed a regression resulting from making DOM utilities work in nested browsing contexts.
## [0.8.10] - 2017-03-20
### Changed
- Made DOM utilities work in nested browsing contexts.

@@ -6,0 +14,0 @@

2

lib/getActiveElement.js

@@ -27,3 +27,3 @@ 'use strict';

function getActiveElement(doc) /*?DOMElement*/{
doc = doc || document;
doc = doc || global.document;
if (typeof doc === 'undefined') {

@@ -30,0 +30,0 @@ return null;

{
"name": "fbjs",
"version": "0.8.10",
"version": "0.8.11",
"description": "A collection of utility libraries used by other Facebook JS projects",

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

Sorry, the diff of this file is not supported yet

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