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

@bem-react/di

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bem-react/di - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

di.d.ts
import * as React from 'react';
export declare type RegistryContext = Record<string, Registry>;
export declare const RegistryConsumer: React.ComponentType<React.ConsumerProps<Record<string, Registry>>>;

@@ -3,0 +4,0 @@ export declare function withRegistry<P>(...registries: Registry[]): (Component: React.ComponentType<P>) => React.StatelessComponent<P>;

2

package.json
{
"name": "@bem-react/di",
"version": "1.0.2",
"version": "1.0.3",
"description": "BEM React Dependency Injection",

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

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