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

requirejs-react-jsx

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requirejs-react-jsx - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

jsx.js

@@ -88,6 +88,8 @@ define(function () {

write: function (pluginName, name, write) {
if (typeof buildMap[name] === 'text') {
if (typeof buildMap[name] === 'string') {
var text = buildMap[name];
write.asModule(pluginName + "!" + name, text);
} else {
throw new Error('Module not found in build map: ' + name);
}

@@ -94,0 +96,0 @@ }

{
"name": "requirejs-react-jsx",
"version": "1.0.1",
"version": "1.0.2",
"description": "A RequireJS plugin for loading jsx in require.js and r.js",

@@ -5,0 +5,0 @@ "main": "jsx.js",

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