Socket
Socket
Sign inDemoInstall

@uiw/utils

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/utils - npm Package Compare versions

Comparing version 4.21.14 to 5.0.0-bate-0

cjs/theme.d.ts

1

cjs/getScroll.d.ts

@@ -10,1 +10,2 @@ /**

export declare function getScroll(target: HTMLElement | Window | null, top?: boolean): number;
//# sourceMappingURL=getScroll.d.ts.map

@@ -5,1 +5,3 @@ export * from './getScroll';

export * from './noop';
export * from './theme';
//# sourceMappingURL=index.d.ts.map

@@ -58,2 +58,15 @@ "use strict";

});
var _theme = require("./theme");
Object.keys(_theme).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _theme[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _theme[key];
}
});
});
//# sourceMappingURL=index.js.map
export declare function noop(): void;
//# sourceMappingURL=noop.d.ts.map

@@ -44,1 +44,3 @@ import React from 'react';

}
export declare type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined;
//# sourceMappingURL=props.d.ts.map

@@ -5,1 +5,2 @@ /**

export declare function randomid(): string;
//# sourceMappingURL=randomid.d.ts.map

@@ -10,1 +10,2 @@ /**

export declare function getScroll(target: HTMLElement | Window | null, top?: boolean): number;
//# sourceMappingURL=getScroll.d.ts.map

@@ -5,1 +5,3 @@ export * from './getScroll';

export * from './noop';
export * from './theme';
//# sourceMappingURL=index.d.ts.map

@@ -5,2 +5,3 @@ export * from './getScroll';

export * from './noop';
export * from './theme';
//# sourceMappingURL=index.js.map
export declare function noop(): void;
//# sourceMappingURL=noop.d.ts.map

@@ -44,1 +44,3 @@ import React from 'react';

}
export declare type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined;
//# sourceMappingURL=props.d.ts.map

@@ -5,1 +5,2 @@ /**

export declare function randomid(): string;
//# sourceMappingURL=randomid.d.ts.map

2

package.json
{
"name": "@uiw/utils",
"version": "4.21.14",
"version": "5.0.0-bate-0",
"description": "utils tools for uiw",

@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>",

@@ -5,1 +5,2 @@ export * from './getScroll';

export * from './noop';
export * from './theme';

@@ -45,3 +45,2 @@ import React from 'react';

// export type HTMLUlProps = React.HTMLAttributes<HTMLUListElement>;
export type AnchorProps =

@@ -63,1 +62,2 @@ | 'download'

}
export type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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