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

@remote-ui/react

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote-ui/react - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

15

build/cjs/render.js

@@ -17,3 +17,16 @@ "use strict";

root.mount();
});
}); // Did not work for me because (I think?) it is done by the worker
// and therefore has an entirely different React.
//
// Original code was from:
// @see https://github.com/facebook/react/issues/16666
// @see https://github.com/michalochman/react-pixi-fiber/pull/148
//
// reconciler.injectIntoDevTools({
// bundleType: 1,
// findFiberByHostInstance: reconciler.findFiberByHostInstance,
// rendererPackageName: '@remote-ui/react',
// version: '16.9.0',
// });
}

@@ -17,3 +17,16 @@ "use strict";

root.mount();
});
}); // Did not work for me because (I think?) it is done by the worker
// and therefore has an entirely different React.
//
// Original code was from:
// @see https://github.com/facebook/react/issues/16666
// @see https://github.com/michalochman/react-pixi-fiber/pull/148
//
// reconciler.injectIntoDevTools({
// bundleType: 1,
// findFiberByHostInstance: reconciler.findFiberByHostInstance,
// rendererPackageName: '@remote-ui/react',
// version: '16.9.0',
// });
}

@@ -12,3 +12,16 @@ "use strict";

});
// Did not work for me because (I think?) it is done by the worker
// and therefore has an entirely different React.
//
// Original code was from:
// @see https://github.com/facebook/react/issues/16666
// @see https://github.com/michalochman/react-pixi-fiber/pull/148
//
// reconciler.injectIntoDevTools({
// bundleType: 1,
// findFiberByHostInstance: reconciler.findFiberByHostInstance,
// rendererPackageName: '@remote-ui/react',
// version: '16.9.0',
// });
}
exports.render = render;

6

package.json
{
"name": "@remote-ui/react",
"version": "0.0.8",
"version": "0.0.9",
"publishConfig": {

@@ -16,7 +16,7 @@ "access": "public",

"dependencies": {
"@remote-ui/core": "^0.0.6",
"@remote-ui/core": "^0.0.7",
"@types/react": ">=16.8.0 <17.0.0",
"react-reconciler": "*"
},
"gitHead": "da58c9b3754eaef09fa623f9c5a75784e6c69ddd"
"gitHead": "4c8a98663c7a2144c22698090fb9ffc50fdafa51"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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