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

onix-core

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-core - npm Package Compare versions

Comparing version 3.1.2 to 3.1.4

src/i18n/es-es.json

1

dist/events/Event.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Event1 = exports.Event = void 0;
const EventArgs_1 = require("./EventArgs");

@@ -4,0 +5,0 @@ const EventHandler_1 = require("./EventHandler");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventArgs1 = exports.EventArgs = void 0;
class EventArgs {

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventHandler1 = exports.EventHandler = void 0;
class EventHandler {

@@ -4,0 +5,0 @@ /**

12

dist/events/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var EventArgs_1 = require("./EventArgs");
exports.EventArgs = EventArgs_1.EventArgs;
exports.EventArgs1 = EventArgs_1.EventArgs1;
Object.defineProperty(exports, "EventArgs", { enumerable: true, get: function () { return EventArgs_1.EventArgs; } });
Object.defineProperty(exports, "EventArgs1", { enumerable: true, get: function () { return EventArgs_1.EventArgs1; } });
var EventHandler_1 = require("./EventHandler");
exports.EventHandler = EventHandler_1.EventHandler;
exports.EventHandler1 = EventHandler_1.EventHandler1;
Object.defineProperty(exports, "EventHandler", { enumerable: true, get: function () { return EventHandler_1.EventHandler; } });
Object.defineProperty(exports, "EventHandler1", { enumerable: true, get: function () { return EventHandler_1.EventHandler1; } });
var Event_1 = require("./Event");
exports.Event = Event_1.Event;
exports.Event1 = Event_1.Event1;
Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return Event_1.Event; } });
Object.defineProperty(exports, "Event1", { enumerable: true, get: function () { return Event_1.Event1; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.grep = void 0;
exports.grep = (elems, callback, invert) => {

@@ -4,0 +5,0 @@ let callbackInverse;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Grep_1 = require("./Grep");
exports.grep = Grep_1.grep;
Object.defineProperty(exports, "grep", { enumerable: true, get: function () { return Grep_1.grep; } });
var Pushif_1 = require("./Pushif");
exports.pushif = Pushif_1.pushif;
Object.defineProperty(exports, "pushif", { enumerable: true, get: function () { return Pushif_1.pushif; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pushif = void 0;
exports.pushif = (a, cond, val) => {

@@ -4,0 +5,0 @@ if (cond) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateExtensions = void 0;
const toSafeInteger_1 = require("lodash-es/toSafeInteger");

@@ -4,0 +5,0 @@ const DateInterval_1 = require("./DateInterval");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalize = void 0;
const toSafeInteger_1 = require("lodash-es/toSafeInteger");

@@ -4,0 +5,0 @@ function date_range_limit(start, end, adj, a, b, interval) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.dateToUTCString = void 0;
const valueToTwoDigits = function (value) {

@@ -4,0 +5,0 @@ return ((value < 10) ? '0' : '') + value.toString();

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatInterval = void 0;
const i18n_1 = require("../../i18n");

@@ -4,0 +5,0 @@ const DateInterval_1 = require("./DateInterval");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatTimer = void 0;
const padStart_1 = require("lodash-es/padStart");

@@ -4,0 +5,0 @@ const i18n_1 = require("../../i18n");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var DateExtensions_1 = require("./DateExtensions");
exports.DateExtensions = DateExtensions_1.DateExtensions;
Object.defineProperty(exports, "DateExtensions", { enumerable: true, get: function () { return DateExtensions_1.DateExtensions; } });
var timestampToInterval_1 = require("./timestampToInterval");
exports.timestampToInterval = timestampToInterval_1.timestampToInterval;
Object.defineProperty(exports, "timestampToInterval", { enumerable: true, get: function () { return timestampToInterval_1.timestampToInterval; } });
var formatInterval_1 = require("./formatInterval");
exports.formatInterval = formatInterval_1.formatInterval;
Object.defineProperty(exports, "formatInterval", { enumerable: true, get: function () { return formatInterval_1.formatInterval; } });
var formatTimer_1 = require("./formatTimer");
exports.formatTimer = formatTimer_1.formatTimer;
Object.defineProperty(exports, "formatTimer", { enumerable: true, get: function () { return formatTimer_1.formatTimer; } });
var ParseMicrosoftFormatOffset_1 = require("./ParseMicrosoftFormatOffset");
exports.parseMicrosoftFormatOffset = ParseMicrosoftFormatOffset_1.parseMicrosoftFormatOffset;
Object.defineProperty(exports, "parseMicrosoftFormatOffset", { enumerable: true, get: function () { return ParseMicrosoftFormatOffset_1.parseMicrosoftFormatOffset; } });
var DateToUTCString_1 = require("./DateToUTCString");
exports.dateToUTCString = DateToUTCString_1.dateToUTCString;
Object.defineProperty(exports, "dateToUTCString", { enumerable: true, get: function () { return DateToUTCString_1.dateToUTCString; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseMicrosoftFormatOffset = void 0;
const toSafeInteger_1 = require("lodash-es/toSafeInteger");

@@ -4,0 +5,0 @@ exports.parseMicrosoftFormatOffset = (offset) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.timestampToInterval = void 0;
const secondsInDay = 86400;

@@ -4,0 +5,0 @@ exports.timestampToInterval = (ts) => {

@@ -6,3 +6,3 @@ "use strict";

var StdDeviation_1 = require("./StdDeviation");
exports.stdDeviation = StdDeviation_1.stdDeviation;
Object.defineProperty(exports, "stdDeviation", { enumerable: true, get: function () { return StdDeviation_1.stdDeviation; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stdDeviation = void 0;
const mean_1 = require("lodash-es/mean");

@@ -4,0 +5,0 @@ exports.stdDeviation = (arr) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Justify_1 = require("./Justify");
exports.justify = Justify_1.justify;
Object.defineProperty(exports, "justify", { enumerable: true, get: function () { return Justify_1.justify; } });
var Pluralize_1 = require("./Pluralize");
exports.pluralize = Pluralize_1.pluralize;
Object.defineProperty(exports, "pluralize", { enumerable: true, get: function () { return Pluralize_1.pluralize; } });
var Sprintf_1 = require("./Sprintf");
exports.sprintf = Sprintf_1.sprintf;
Object.defineProperty(exports, "sprintf", { enumerable: true, get: function () { return Sprintf_1.sprintf; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.justify = void 0;
const padEnd_1 = require("lodash-es/padEnd");

@@ -4,0 +5,0 @@ const padStart_1 = require("lodash-es/padStart");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pluralize = void 0;
exports.pluralize = (num, strOne, strTwo, strFive) => {

@@ -4,0 +5,0 @@ strFive = strFive || strTwo;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sprintf = void 0;
const toSafeInteger_1 = require("lodash-es/toSafeInteger");

@@ -4,0 +5,0 @@ const padStart_1 = require("lodash-es/padStart");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createChainedFunction = void 0;
const isFunction_1 = require("lodash-es/isFunction");

@@ -4,0 +5,0 @@ exports.createChainedFunction = (...funcs) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CreateChainedFunction_1 = require("./CreateChainedFunction");
exports.createChainedFunction = CreateChainedFunction_1.createChainedFunction;
Object.defineProperty(exports, "createChainedFunction", { enumerable: true, get: function () { return CreateChainedFunction_1.createChainedFunction; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.i18n = exports._ = void 0;
const intl_messageformat_1 = require("intl-messageformat");

@@ -4,0 +5,0 @@ const warning = require("warning");

@@ -9,8 +9,9 @@ "use strict";

tslib_1.__exportStar(require("./fn/utils/index"), exports);
tslib_1.__exportStar(require("./app/index"), exports);
tslib_1.__exportStar(require("./events/index"), exports);
var Logger_1 = require("./Logger");
exports.Logger = Logger_1.Logger;
Object.defineProperty(exports, "Logger", { enumerable: true, get: function () { return Logger_1.Logger; } });
var i18n_1 = require("./i18n");
exports._ = i18n_1._;
exports.i18n = i18n_1.i18n;
Object.defineProperty(exports, "_", { enumerable: true, get: function () { return i18n_1._; } });
Object.defineProperty(exports, "i18n", { enumerable: true, get: function () { return i18n_1.i18n; } });
//# sourceMappingURL=index.js.map

@@ -0,1 +1,6 @@

declare global {
interface Window {
console: Console;
}
}
export declare class LoggerClass {

@@ -2,0 +7,0 @@ constructor();

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Logger = exports.LoggerClass = void 0;
const wnd = window;

@@ -4,0 +5,0 @@ const FALSE = false;

{
"name": "onix-core",
"version": "3.1.2",
"version": "3.1.4",
"description": "Onix library core",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"dependencies": {
"intl-messageformat": "^8.3.2",
"intl-messageformat": "^9.0.1",
"lodash-es": "^4.17.15",

@@ -32,7 +32,7 @@ "warning": "^4.0.3"

"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"@types/lodash-es": "^4.17.3",
"@types/node": "^13.9.8",
"@types/node": "^14.0.14",
"@types/warning": "^3.0.0",

@@ -44,8 +44,8 @@ "babel-polyfill": "^6.26.0",

"full-icu": "^1.3.1",
"mocha": "^7.1.1",
"ts-loader": "^6.2.2",
"typescript": "^3.7.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
"mocha": "^8.0.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}

@@ -0,1 +1,7 @@

declare global {
interface Window {
console: Console;
}
}
const wnd: Window = window;

@@ -2,0 +8,0 @@ const FALSE = false;

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

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

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

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

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

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

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