Socket
Socket
Sign inDemoInstall

fbjs

Package Overview
Dependencies
13
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

6

CHANGELOG.md
## [Unreleased]
## [0.7.1] - 2016-02-02
### Fixed
- Corrected require path issue for native `Promise` module
## [0.7.0] - 2016-01-27

@@ -4,0 +10,0 @@

2

lib/Promise.native.js

@@ -20,3 +20,3 @@ /**

if (process.env.NODE_ENV !== 'production') {
require('./promise/setimmediate/rejection-tracking').enable({
require('promise/setimmediate/rejection-tracking').enable({
allRejections: true,

@@ -23,0 +23,0 @@ onUnhandled: function (id, error) {

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc