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

@fluentui/react-context-selector

Package Overview
Dependencies
Maintainers
8
Versions
869
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-context-selector - npm Package Compare versions

Comparing version 0.51.0 to 0.51.1

0

dist/dts/src/createContext.d.ts
import { Context, CreateContextOptions } from './types';
export declare const createContext: <Value>(defaultValue: Value, options?: CreateContextOptions) => Context<Value>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { createContext } from './createContext';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as React from 'react';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Context, ContextSelector } from './types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Context, ContextSelector } from './types';

@@ -0,0 +0,0 @@ "use strict";

import * as React from 'react';
export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { Context, CreateContextOptions } from './types';
export declare const createContext: <Value>(defaultValue: Value, options?: CreateContextOptions) => Context<Value>;

@@ -0,0 +0,0 @@ export { createContext } from './createContext';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { Context, ContextSelector } from './types';

@@ -0,0 +0,0 @@ import { Context, ContextSelector } from './types';

import * as React from 'react';
export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;

4

package.json
{
"name": "@fluentui/react-context-selector",
"description": "React useContextSelector & useContextSelectors hooks in userland",
"version": "0.51.0",
"version": "0.51.1",
"author": "Oleksandr Fediashov <a@fedyashov.com>",

@@ -44,3 +44,3 @@ "bugs": "https://github.com/microsoft/fluentui/issues",

"types": "dist/es/index.d.ts",
"gitHead": "215aed1574db0b0db7d5fe130d19072178855423"
"gitHead": "f4f39c71f4d7af52ac8857970f6374e0bdaea1bf"
}

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