intact-react
Advanced tools
Comparing version 3.0.37 to 3.0.38
@@ -655,3 +655,4 @@ 'use strict'; | ||
blocks = normalizedProps.$blocks = {}; | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
if (!intactShared.isNullOrUndefined(value)) | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
} | ||
@@ -658,0 +659,0 @@ else if (key === 'forwardRef') { |
@@ -648,3 +648,4 @@ 'use strict'; | ||
blocks = normalizedProps.$blocks = {}; | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
if (!intactShared.isNullOrUndefined(value)) | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
} | ||
@@ -651,0 +652,0 @@ else if (key === 'forwardRef') { |
@@ -652,3 +652,4 @@ import { __spreadArray, __assign, __extends } from 'tslib'; | ||
blocks = normalizedProps.$blocks = {}; | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
if (!isNullOrUndefined(value)) | ||
blocks[hyphenate(key.substring(4))] = normalizeBlock(value); | ||
} | ||
@@ -655,0 +656,0 @@ else if (key === 'forwardRef') { |
{ | ||
"name": "intact-react", | ||
"version": "3.0.37", | ||
"version": "3.0.38", | ||
"description": "A compatibility layer for running intact component in React@17", | ||
@@ -32,6 +32,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.37", | ||
"intact-shared": "^3.0.37", | ||
"intact": "^3.0.38", | ||
"intact-shared": "^3.0.38", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1081053
25459
3
Updatedintact@^3.0.38
Updatedintact-shared@^3.0.38