New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsx-compiler

Package Overview
Dependencies
Maintainers
6
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-compiler - npm Package Compare versions

Comparing version 0.4.37 to 0.4.38-0

2

package.json
{
"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'
};
}
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc