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

@proscom/ui-utils

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/ui-utils - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

lib/es/helpers/define.d.ts

1

lib/es/helpers/index.d.ts

@@ -0,2 +1,3 @@

export * from './define';
export * from './EnumHelpers';
export * from './SingleTimeoutManager';

@@ -0,3 +1,4 @@

export * from './define';
export * from './EnumHelpers';
export * from './SingleTimeoutManager';
//# sourceMappingURL=index.js.map

@@ -17,1 +17,4 @@ export declare const LAQUO = "\u00AB";

export declare const GEQ = "\u2265";
export declare const ARROW_LEFT = "\u2190";
export declare const ARROW_RIGHT = "\u2192";
export declare const MAC_OPTION = "\u2325";

@@ -17,2 +17,5 @@ export var LAQUO = '\u00AB'; // «

export var GEQ = '\u2265'; // ≥
export var ARROW_LEFT = '\u2190'; // ←
export var ARROW_RIGHT = '\u2192'; // →
export var MAC_OPTION = '\u2325'; // ⌥
//# sourceMappingURL=utf.js.map

@@ -0,2 +1,3 @@

export * from './define';
export * from './EnumHelpers';
export * from './SingleTimeoutManager';

@@ -13,4 +13,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./define"), exports);
__exportStar(require("./EnumHelpers"), exports);
__exportStar(require("./SingleTimeoutManager"), exports);
//# sourceMappingURL=index.js.map

@@ -17,1 +17,4 @@ export declare const LAQUO = "\u00AB";

export declare const GEQ = "\u2265";
export declare const ARROW_LEFT = "\u2190";
export declare const ARROW_RIGHT = "\u2192";
export declare const MAC_OPTION = "\u2325";

5

lib/utf.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GEQ = exports.NEQ = exports.LEQ = exports.RUBLE = exports.RSAQUO = exports.LSAQUO = exports.HELLIP = exports.NBSP = exports.EMSP = exports.ENSP = exports.THIRDSP = exports.QUARTERSP = exports.THINSP = exports.EMDASH = exports.RAQUO = exports.LAQUO = void 0;
exports.MAC_OPTION = exports.ARROW_RIGHT = exports.ARROW_LEFT = exports.GEQ = exports.NEQ = exports.LEQ = exports.RUBLE = exports.RSAQUO = exports.LSAQUO = exports.HELLIP = exports.NBSP = exports.EMSP = exports.ENSP = exports.THIRDSP = exports.QUARTERSP = exports.THINSP = exports.EMDASH = exports.RAQUO = exports.LAQUO = void 0;
exports.LAQUO = '\u00AB'; // «

@@ -20,2 +20,5 @@ exports.RAQUO = '\u00BB'; // »

exports.GEQ = '\u2265'; // ≥
exports.ARROW_LEFT = '\u2190'; // ←
exports.ARROW_RIGHT = '\u2192'; // →
exports.MAC_OPTION = '\u2325'; // ⌥
//# sourceMappingURL=utf.js.map
{
"name": "@proscom/ui-utils",
"version": "0.1.12",
"version": "0.1.13",
"description": "Proscom UI utilities",

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

},
"gitHead": "dd85fae9d3b9941ceb725d615bf6fdfa876bc422"
"gitHead": "c0aaeeb990e1c91ecbe6f5109ff365eebaf5d425"
}

@@ -22,2 +22,3 @@ # `@proscom/ui-utils`

- [define](./src/helpers/define.ts)
- [EnumHelpers](./src/helpers/EnumHelpers.ts)

@@ -24,0 +25,0 @@ - [SingleTimeoutManager](./src/helpers/SingleTimeoutManager.ts)

@@ -0,2 +1,3 @@

export * from './define';
export * from './EnumHelpers';
export * from './SingleTimeoutManager';

@@ -17,1 +17,4 @@ export const LAQUO = '\u00AB'; // «

export const GEQ = '\u2265'; // ≥
export const ARROW_LEFT = '\u2190'; // ←
export const ARROW_RIGHT = '\u2192'; // →
export const MAC_OPTION = '\u2325'; // ⌥

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