reshow-runtime
Advanced tools
Comparing version 0.17.9 to 0.17.10
@@ -6,2 +6,4 @@ "use strict"; | ||
var _reshowConstant = require("reshow-constant"); | ||
var _extends = Object.assign || function (target) { | ||
@@ -12,3 +14,3 @@ for (var i = 1, j = arguments.length; i < j; i++) { | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
if ((0, _reshowConstant.HAS)(source, key)) { | ||
target[key] = source[key]; | ||
@@ -15,0 +17,0 @@ } |
{ | ||
"name": "reshow-runtime", | ||
"version": "0.17.9", | ||
"version": "0.17.10", | ||
"description": "Babel runtime alternative", | ||
@@ -5,0 +5,0 @@ "repository": "react-atomic/reshow", |
Sorry, the diff of this file is not supported yet
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
66948
1683