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

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.11 to 0.8.12

6

CHANGELOG.md
## [Unreleased]
## [0.8.12] - 2017-03-29
### Fixed
- Fix use of `global` working inconsistently.
## [0.8.11] - 2017-03-21

@@ -5,0 +11,0 @@

2

lib/getActiveElement.js

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

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

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

{
"name": "fbjs",
"version": "0.8.11",
"version": "0.8.12",
"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