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

@webiny/react-composition

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/react-composition - npm Package Compare versions

Comparing version 5.33.0 to 5.33.1-beta.0

2

Context.d.ts

@@ -29,3 +29,3 @@ import React, { FC, ComponentType } from "react";

export declare const CompositionProvider: React.FC;
export declare function useComponent(Component: ComponentType<any>): React.ComponentType<any>;
export declare function useComponent(Component: ComponentType<any>): React.ComponentClass<unknown, any> | React.FunctionComponent<unknown>;
/**

@@ -32,0 +32,0 @@ * This hook will throw an error if composition context doesn't exist.

{
"name": "@webiny/react-composition",
"version": "5.33.0",
"version": "5.33.1-beta.0",
"main": "index.js",

@@ -28,4 +28,4 @@ "repository": {

"@babel/preset-typescript": "^7.16.0",
"@webiny/cli": "^5.33.0",
"@webiny/project-utils": "^5.33.0",
"@webiny/cli": "^5.33.1-beta.0",
"@webiny/project-utils": "^5.33.1-beta.0",
"ttypescript": "^1.5.13",

@@ -42,3 +42,3 @@ "typescript": "4.7.4"

},
"gitHead": "21a61ead0fd0063d008767603fcb9b246461b6b2"
"gitHead": "0ba3126491ed1d79eafb0aa01364b37246bb93de"
}
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