Socket
Socket
Sign inDemoInstall

@fluentui/react-context-selector

Package Overview
Dependencies
Maintainers
8
Versions
835
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.47.9 to 0.47.10-experimental.0

0

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

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

@@ -0,0 +0,0 @@ export { default as 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';
declare const createContext: <Value>(defaultValue: Value, options?: CreateContextOptions) => Context<Value>;
export default createContext;

@@ -0,0 +0,0 @@ export { default as 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.47.9",
"version": "0.47.10-experimental.0",
"author": "Oleksandr Fediashov <a@fedyashov.com>",

@@ -45,3 +45,3 @@ "bugs": "https://github.com/OfficeDev/office-ui-fabric-react/issues",

"types": "dist/es/index.d.ts",
"gitHead": "9c61c7f71c84db004cc90a524d27ee06ebfd00f3"
"gitHead": "44cf34f59f25f7d0bf2c7cfb237c879368a2ce2b"
}

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