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

@remote-ui/react

Package Overview
Dependencies
Maintainers
3
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 4.5.0 to 4.5.1

2

build/cjs/host/index.js

@@ -10,2 +10,3 @@ 'use strict';

var controller = require('./controller.js');
var hooks = require('./hooks.js');

@@ -22,1 +23,2 @@

exports.createController = controller.createController;
exports.useAttached = hooks.useAttached;

@@ -8,2 +8,3 @@ export type { RemoteReceiver } from '@remote-ui/core';

export { createController } from './controller';
export { useAttached } from './hooks';
export type { ComponentMapping, ControllerOptions } from './controller';

@@ -10,0 +11,0 @@ export type { ReactPropsFromRemoteComponentType, ReactComponentTypeFromRemoteComponentType, } from '../types';

@@ -10,2 +10,6 @@ # Changelog

## [4.5.1] - 2022-05-16
- Fixed a missing `useAttached()` export in the `@shopify/remote-ui/host` entrypoint.
## [4.5.0]

@@ -12,0 +16,0 @@

4

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

@@ -47,3 +47,3 @@ "access": "public",

},
"gitHead": "7914688c33e57fb300ec416f57614e7eeccbbedf"
"gitHead": "e0f7235c5e839331f8d40474340b713b80147a96"
}

@@ -145,3 +145,3 @@ # `@remote-ui/react`

`icon` prop in `ReactButton` is automatically converted to a ReactElement. If you want to have explict type of ReactButtonProps, you can use `ReactPropsFromRemoteComponentType` as follow:
`icon` prop in `ReactButton` is automatically converted to a ReactElement. If you want to have explicit type of ReactButtonProps, you can use `ReactPropsFromRemoteComponentType` as follow:

@@ -148,0 +148,0 @@ ```tsx

@@ -9,2 +9,3 @@ export type {RemoteReceiver} from '@remote-ui/core';

export {createController} from './controller';
export {useAttached} from './hooks';
export type {ComponentMapping, ControllerOptions} from './controller';

@@ -11,0 +12,0 @@ export type {

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