react-isomorphic-tools
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -148,2 +148,3 @@ 'use strict'; | ||
var getComponents = function getComponents(components) { | ||
console.log(components); | ||
return components.filter(function (item) { | ||
@@ -150,0 +151,0 @@ return typeof item == 'function' && item.hasOwnProperty('preload') && typeof item.preload == 'function'; |
{ | ||
"name": "react-isomorphic-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Authorization, Fetcher, Preload. Tools for ServerSide rendering", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -58,2 +58,3 @@ import lodash from 'lodash' | ||
const getComponents = (components) => { | ||
console.log(components) | ||
return components.filter((item)=>typeof item == 'function' && item.hasOwnProperty('preload') && typeof item.preload == 'function') | ||
@@ -60,0 +61,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61130
1433