fela-utils
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -6,2 +6,9 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
// if the browser doesn't support proxies | ||
// we simply return an empty props object | ||
// see https://github.com/rofrischmann/fela/issues/468 | ||
if (typeof Proxy === 'undefined') { | ||
return {}; | ||
} | ||
var handler = function handler(props) { | ||
@@ -8,0 +15,0 @@ return { |
@@ -13,2 +13,9 @@ 'use strict'; | ||
// if the browser doesn't support proxies | ||
// we simply return an empty props object | ||
// see https://github.com/rofrischmann/fela/issues/468 | ||
if (typeof Proxy === 'undefined') { | ||
return {}; | ||
} | ||
var handler = function handler(props) { | ||
@@ -15,0 +22,0 @@ return { |
{ | ||
"name": "fela-utils", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Internal utilities for Fela", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"fela": "^6.0.4" | ||
"fela": "^6.0.5" | ||
} | ||
} |
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
50062
1152