jsx-compiler
Advanced tools
Comparing version 0.4.37 to 0.4.38-0
{ | ||
"name": "jsx-compiler", | ||
"version": "0.4.37", | ||
"version": "0.4.38-0", | ||
"license": "BSD-3-Clause", | ||
@@ -5,0 +5,0 @@ "description": "Parser for Rax JSX Statements.", |
@@ -106,2 +106,14 @@ const componentCommonProps = { | ||
}, | ||
icon: { | ||
...componentCommonProps.bytedance, | ||
className: '' | ||
}, | ||
image: { | ||
...componentCommonProps.bytedance, | ||
className: '' | ||
}, | ||
'scroll-view': { | ||
...componentCommonProps.bytedance, | ||
className: '' | ||
}, | ||
styleKeyword: true, | ||
@@ -108,0 +120,0 @@ slotScope: false, |
@@ -15,5 +15,8 @@ module.exports = function(platform) { | ||
'rax-view': 'view', | ||
'rax-text': 'text' | ||
'rax-text': 'text', | ||
'rax-image': 'image', | ||
'rax-icon': 'icon', | ||
'rax-scrollview': 'scroll-view' | ||
}; | ||
} | ||
}; |
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
7844
283597
84
1