Socket
Socket
Sign inDemoInstall

react-addons-create-fragment

Package Overview
Dependencies
16
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.5.0 to 15.5.1

13

index.js

@@ -132,3 +132,3 @@ /**

'=': '=0',
':': '=2',
':': '=2'
};

@@ -288,3 +288,3 @@ var escapedString = ('' + key).replace(escapeRegex, function(match) {

var addPoolingTo = function(
var addPoolingTo = function addPoolingTo(
CopyConstructor,

@@ -305,3 +305,3 @@ pooler

var standardReleaser = function(instance) {
var standardReleaser = function standardReleaser(instance) {
var Klass = this;

@@ -318,3 +318,3 @@ invariant(

var fourArgumentPooler = function(a1, a2, a3, a4) {
var fourArgumentPooler = function fourArgumentPooler(a1, a2, a3, a4) {
var Klass = this;

@@ -347,3 +347,6 @@ if (Klass.instancePool.length) {

function mapSingleChildIntoContext(bookKeeping, child, childKey) {
var {result, keyPrefix, func, context} = bookKeeping;
var result = bookKeeping.result;
var keyPrefix = bookKeeping.keyPrefix;
var func = bookKeeping.func;
var context = bookKeeping.context;

@@ -350,0 +353,0 @@ var mappedChild = func.call(context, child, bookKeeping.count++);

{
"name": "react-addons-create-fragment",
"version": "15.5.0",
"version": "15.5.1",
"main": "index.js",

@@ -28,5 +28,5 @@ "repository": "facebook/react",

"jest": "^19.0.2",
"react": "^16.0.0-alpha.4",
"react-dom": "^16.0.0-alpha.4"
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}
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