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

reason-react

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reason-react - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

package.json
{
"name": "reason-react",
"version": "0.9.0",
"version": "0.9.1",
"description": "React bindings for Reason",

@@ -5,0 +5,0 @@ "files": [

@@ -82,12 +82,4 @@ 'use strict';

function unsafeAddProp(style, key, value) {
var dict = { };
dict[key] = value;
return Object.assign(({}), style, dict);
}
var Style;
var Style = {
unsafeAddProp: unsafeAddProp
};
exports.renderToElementWithClassName = renderToElementWithClassName;

@@ -94,0 +86,0 @@ exports.renderToElementWithId = renderToElementWithId;

@@ -8,2 +8,4 @@ 'use strict';

var Props = { };
var Style;

@@ -13,3 +15,4 @@

exports.Ref = Ref;
exports.Props = Props;
exports.Style = Style;
/* No side effect */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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