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.7.2 to 0.8.0-alpha.1

lib/compactArray.js

2

lib/joinClasses.js

@@ -25,3 +25,3 @@ /**

}
var nextClass;
var nextClass = undefined;
var argLength = arguments.length;

@@ -28,0 +28,0 @@ if (argLength > 1) {

@@ -9,3 +9,2 @@ /**

*
* @stub
*

@@ -12,0 +11,0 @@ */

{
"CSSCore": "fbjs/lib/CSSCore",
"DataTransfer": "fbjs/lib/DataTransfer",
"Deferred": "fbjs/lib/Deferred",

@@ -7,7 +8,20 @@ "ErrorUtils": "fbjs/lib/ErrorUtils",

"ExecutionEnvironment": "fbjs/lib/ExecutionEnvironment",
"Keys": "fbjs/lib/Keys",
"Map": "fbjs/lib/Map",
"PhotosMimeType": "fbjs/lib/PhotosMimeType",
"Promise": "fbjs/lib/Promise",
"PromiseMap": "fbjs/lib/PromiseMap",
"Scroll": "fbjs/lib/Scroll",
"Set": "fbjs/lib/Set",
"Style": "fbjs/lib/Style",
"TokenizeUtil": "fbjs/lib/TokenizeUtil",
"TouchEventUtils": "fbjs/lib/TouchEventUtils",
"URI": "fbjs/lib/URI",
"UnicodeBidi": "fbjs/lib/UnicodeBidi",
"UnicodeBidiDirection": "fbjs/lib/UnicodeBidiDirection",
"UnicodeBidiService": "fbjs/lib/UnicodeBidiService",
"UnicodeCJK": "fbjs/lib/UnicodeCJK",
"UnicodeHangulKorean": "fbjs/lib/UnicodeHangulKorean",
"UnicodeUtils": "fbjs/lib/UnicodeUtils",
"UnicodeUtilsExtra": "fbjs/lib/UnicodeUtilsExtra",
"UserAgent": "fbjs/lib/UserAgent",

@@ -21,12 +35,22 @@ "UserAgentData": "fbjs/lib/UserAgentData",

"camelizeStyleName": "fbjs/lib/camelizeStyleName",
"compactArray": "fbjs/lib/compactArray",
"concatAllArray": "fbjs/lib/concatAllArray",
"containsNode": "fbjs/lib/containsNode",
"countDistinct": "fbjs/lib/countDistinct",
"crc32": "fbjs/lib/crc32",
"createArrayFromMixed": "fbjs/lib/createArrayFromMixed",
"createNodesFromMarkup": "fbjs/lib/createNodesFromMarkup",
"cx": "fbjs/lib/cx",
"distinctArray": "fbjs/lib/distinctArray",
"emptyFunction": "fbjs/lib/emptyFunction",
"emptyObject": "fbjs/lib/emptyObject",
"enumerate": "fbjs/lib/enumerate",
"equalsIterable": "fbjs/lib/equalsIterable",
"equalsSet": "fbjs/lib/equalsSet",
"everyObject": "fbjs/lib/everyObject",
"everySet": "fbjs/lib/everySet",
"fetch": "fbjs/lib/fetch",
"fetchWithRetries": "fbjs/lib/fetchWithRetries",
"filterObject": "fbjs/lib/filterObject",
"flatMapArray": "fbjs/lib/flatMapArray",
"flattenArray": "fbjs/lib/flattenArray",

@@ -36,4 +60,11 @@ "focusNode": "fbjs/lib/focusNode",

"getActiveElement": "fbjs/lib/getActiveElement",
"getDocumentScrollElement": "fbjs/lib/getDocumentScrollElement",
"getElementPosition": "fbjs/lib/getElementPosition",
"getElementRect": "fbjs/lib/getElementRect",
"getMarkupWrap": "fbjs/lib/getMarkupWrap",
"getScrollPosition": "fbjs/lib/getScrollPosition",
"getStyleProperty": "fbjs/lib/getStyleProperty",
"getUnboundedScrollPosition": "fbjs/lib/getUnboundedScrollPosition",
"getViewportDimensions": "fbjs/lib/getViewportDimensions",
"groupArray": "fbjs/lib/groupArray",
"hyphenate": "fbjs/lib/hyphenate",

@@ -47,8 +78,14 @@ "hyphenateStyleName": "fbjs/lib/hyphenateStyleName",

"keyMirror": "fbjs/lib/keyMirror",
"keyMirrorRecursive": "fbjs/lib/keyMirrorRecursive",
"keyOf": "fbjs/lib/keyOf",
"mapObject": "fbjs/lib/mapObject",
"maxBy": "fbjs/lib/maxBy",
"memoizeStringOnly": "fbjs/lib/memoizeStringOnly",
"minBy": "fbjs/lib/minBy",
"monitorCodeUse": "fbjs/lib/monitorCodeUse",
"nativeRequestAnimationFrame": "fbjs/lib/nativeRequestAnimationFrame",
"nullthrows": "fbjs/lib/nullthrows",
"partitionArray": "fbjs/lib/partitionArray",
"partitionObject": "fbjs/lib/partitionObject",
"partitionObjectByKey": "fbjs/lib/partitionObjectByKey",
"performance": "fbjs/lib/performance",

@@ -61,2 +98,3 @@ "performanceNow": "fbjs/lib/performanceNow",

"someObject": "fbjs/lib/someObject",
"someSet": "fbjs/lib/someSet",
"sprintf": "fbjs/lib/sprintf",

@@ -63,0 +101,0 @@ "warning": "fbjs/lib/warning",

{
"name": "fbjs",
"version": "0.7.2",
"version": "0.8.0-alpha.1",
"description": "A collection of utility libraries used by other Facebook JS projects",

@@ -9,2 +9,3 @@ "main": "index.js",

"build": "gulp build",
"postbuild": "node scripts/node/check-lib-requires.js lib",
"lint": "eslint .",

@@ -21,3 +22,3 @@ "prepublish": "npm run build",

"babel": "^5.4.7",
"babel-eslint": "4.1.5",
"babel-eslint": "4.1.8",
"del": "^1.2.1",

@@ -31,2 +32,3 @@ "eslint": "1.10.3",

"gulp-rename": "^1.2.2",
"immutable": "^3.7.5",
"jest-cli": "^0.8.2",

@@ -33,0 +35,0 @@ "merge-stream": "^1.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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