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

@fluentui/state

Package Overview
Dependencies
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/state - npm Package Compare versions

Comparing version 0.47.10-experimental.0 to 0.47.10

dist/commonjs/managers/carouselManager.js

0

dist/dts/src/createManager.d.ts
import { Manager, ManagerConfig } from './types';
declare const createManager: <State, Actions extends Record<string, import("./types").AnyAction>>(config: ManagerConfig<State, Actions>) => Manager<State, Actions>;
export default createManager;

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

@@ -0,0 +0,0 @@ export * from './managers/checkboxManager';

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

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

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

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

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

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

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

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

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

@@ -0,0 +0,0 @@ export declare type AnyAction = (...args: any[]) => void;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
import { Manager, ManagerConfig } from './types';
declare const createManager: <State, Actions extends Record<string, import("./types").AnyAction>>(config: ManagerConfig<State, Actions>) => Manager<State, Actions>;
export default createManager;

@@ -0,0 +0,0 @@ export * from './managers/checkboxManager';

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types';

@@ -0,0 +0,0 @@ export declare type AnyAction = (...args: any[]) => void;

4

package.json
{
"name": "@fluentui/state",
"description": "A set of utils to create framework agnostic and reusable state managers",
"version": "0.47.10-experimental.0",
"version": "0.47.10",
"author": "Oleksandr Fediashov <a@fedyashov.com>",

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

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

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