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

use-context-selector

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-context-selector - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [1.2.7] - 2020-10-08
### Changed
- Fix missing useBridgeValue type
## [1.2.6] - 2020-10-08

@@ -7,0 +11,0 @@ ### Added

2

package.json
{
"name": "use-context-selector",
"description": "React useContextSelector hook in userland",
"version": "1.2.6",
"version": "1.2.7",
"author": "Daishi Kato",

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

@@ -20,1 +20,5 @@ import { Context, FC } from 'react';

export const BridgeProvider: FC<{ context: Context<any>; value: any }>;
export const useBridgeValue: <T>(
context: Context<T>,
) => unknown;
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