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

@proscom/ui-react

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/ui-react - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

0

lib/es/hooks/index.d.ts

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

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { useEffect } from 'react';

@@ -0,0 +0,0 @@ import { useCallback } from 'react';

@@ -0,0 +0,0 @@ export interface UseCountdownOptions {

@@ -0,0 +0,0 @@ import { __assign } from "tslib";

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

@@ -0,0 +0,0 @@ import { useCallback } from 'react';

@@ -0,0 +0,0 @@ import { useRef } from 'react';

@@ -0,0 +0,0 @@ import { FocusEvent, FocusEventHandler } from 'react';

@@ -0,0 +0,0 @@ import { useState } from 'react';

@@ -0,0 +0,0 @@ import { SetStateAction } from 'react';

@@ -0,0 +0,0 @@ import { useCallback, useRef, useState } from 'react';

@@ -0,0 +0,0 @@ import { useRef } from "react";

@@ -0,0 +0,0 @@ export declare type ICallbackObject = {

@@ -0,0 +0,0 @@ import { usePropsRef } from "./usePropsRef";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { useCallback, useState } from "react";

@@ -0,0 +0,0 @@ export interface MixinClass {

@@ -0,0 +0,0 @@ import { useEffect } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { useLayoutEffect, useRef } from 'react';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { useRef } from 'react';

@@ -0,0 +0,0 @@ import { SingleTimeoutManager } from '../utils';

@@ -0,0 +0,0 @@ import { useEffect, useRef } from 'react';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { useEffect, useState } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { __assign } from "tslib";

export * from './hooks';
export * from './utils';
export * from './hooks';
export * from './utils';
//# sourceMappingURL=ui-react.js.map
export * from './renderSlot';
export * from './SingleTimeoutManager';
export * from './renderSlot';
export * from './SingleTimeoutManager';
//# sourceMappingURL=index.js.map

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

@@ -0,0 +0,0 @@ import { __assign } from "tslib";

export { SingleTimeoutManager } from '@proscom/ui-utils';
export { SingleTimeoutManager } from '@proscom/ui-utils';
//# sourceMappingURL=SingleTimeoutManager.js.map

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

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

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

@@ -0,0 +0,0 @@ export interface UseCountdownOptions {

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

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

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

@@ -0,0 +0,0 @@ /**

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

@@ -0,0 +0,0 @@ import { FocusEvent, FocusEventHandler } from 'react';

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

@@ -0,0 +0,0 @@ import { SetStateAction } from 'react';

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

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

@@ -0,0 +0,0 @@ export declare type ICallbackObject = {

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

@@ -0,0 +0,0 @@ /**

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

@@ -0,0 +0,0 @@ export interface MixinClass {

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

@@ -0,0 +0,0 @@ /**

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

@@ -0,0 +0,0 @@ import { SingleTimeoutManager } from '../utils';

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

@@ -0,0 +0,0 @@ /**

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

export * from './hooks';
export * from './utils';

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

export * from './renderSlot';
export * from './SingleTimeoutManager';

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

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

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

export { SingleTimeoutManager } from '@proscom/ui-utils';

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

7

package.json
{
"name": "@proscom/ui-react",
"version": "0.1.15",
"version": "0.1.16",
"description": "Proscom React utilities",

@@ -37,3 +37,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

"dependencies": {
"@proscom/ui-utils": "^0.1.15",
"@proscom/ui-utils": "^0.1.16",
"tslib": "^2.0.0"

@@ -48,4 +48,3 @@ },

"rimraf": "^3.0.2"
},
"gitHead": "995ff5b892b5634d27bb15bfb481fe9d2aa85fd3"
}
}

@@ -0,0 +0,0 @@ # `@proscom/ui-react`

@@ -0,0 +0,0 @@ import { useEffect } from 'react';

@@ -0,0 +0,0 @@ import { useCallback } from 'react';

@@ -0,0 +0,0 @@ import { SetStateAction, useCallback, useRef, useState } from 'react';

@@ -0,0 +0,0 @@ import { useLayoutEffect, useRef } from 'react';

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