Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-components

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-components - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

js/tex.jsx

@@ -51,3 +51,3 @@ /** @jsx React.DOM */

render: function() {
return <span>
return <span style={this.props.style}>
<span ref="mathjax" />

@@ -54,0 +54,0 @@ <span ref="katex" />

{
"name": "react-components",
"version": "0.0.6",
"version": "0.0.7",
"author": "Khan Academy",

@@ -5,0 +5,0 @@ "description": "React components used by Khan Academy",

@@ -51,3 +51,3 @@ /** @jsx React.DOM */

render: function() {
return React.DOM.span(null,
return React.DOM.span( {style:this.props.style},
React.DOM.span( {ref:"mathjax"} ),

@@ -54,0 +54,0 @@ React.DOM.span( {ref:"katex"} )

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