New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remote-ui/types

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote-ui/types - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

build/ts/index.d.ts
export declare type RemoteComponentType<Type extends string, Props = {}, AllowedChildren extends RemoteComponentType<string, any> | boolean = true> = Type & {
readonly type?: Type;
readonly props?: Props;

@@ -3,0 +4,0 @@ readonly children?: AllowedChildren;

4

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

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

"license": "MIT",
"gitHead": "dd86b9d12c0998b78729e826c820d79bc7d764c2"
"gitHead": "ae6679947d5d9921c9b9a39e9ba5a2245485bd00"
}

@@ -9,3 +9,7 @@ export type RemoteComponentType<

// from the object later.
Type & {readonly props?: Props; readonly children?: AllowedChildren};
Type & {
readonly type?: Type;
readonly props?: Props;
readonly children?: AllowedChildren;
};

@@ -12,0 +16,0 @@ export type IdentifierForRemoteComponent<T> = T extends RemoteComponentType<

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