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

compose-providers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compose-providers - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

dist/index.d.ts

@@ -47,2 +47,13 @@ declare type ComponentAndProps<P> = [React.ComponentType<P>, P];

], displayName?: string): React.FC;
<P1, P2, P3, P4, P5, P6, P7, P8, P9>(providers: [
ProviderConfig<P1>,
ProviderConfig<P2>,
ProviderConfig<P3>,
ProviderConfig<P4>,
ProviderConfig<P5>,
ProviderConfig<P6>,
ProviderConfig<P7>,
ProviderConfig<P8>,
ProviderConfig<P9>
], displayName?: string): React.FC;
}

@@ -49,0 +60,0 @@ declare const composeProviders: ComposeProviders;

2

package.json
{
"name": "compose-providers",
"version": "1.0.1",
"version": "1.0.2",
"description": "My awesome typescript library",

@@ -5,0 +5,0 @@ "publishConfig": {

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