New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rc-js-util

Package Overview
Dependencies
Maintainers
1
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-js-util - npm Package Compare versions

Comparing version 5.0.0-alpha.27 to 5.0.0-alpha.28

bin/src/colors/e-rgba-masks.d.ts

2

bin/src/index.d.ts

@@ -35,2 +35,4 @@ export { IDebugWeakStore, IDebugSharedObject, IDebugSharedObjectLifeCycleChecks, TDebugListener, IDebugProtectedView, IDebugWeakBroadcastEvent } from "rc-js-util-globals/index";

export { IFIFOStack } from "./collection/i-fifo-stack";
export { ERgbaMasks, ERgbaShift } from "./colors/e-rgba-masks";
export { RgbaColorPacker } from "./colors/rgba-color-packer";
export { TGetStringFromLocalization } from "./i18n/t-get-string-from-localization";

@@ -37,0 +39,0 @@ export { BroadcastEvent } from "./eventing/broadcast-event";

9

bin/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.arrayMap = exports.arrayMapRange = exports.arrayLast = exports.arrayIsArray = exports.arrayIntersect = exports.arrayInsertAtIndex = exports.arrayIndex = exports.arrayGenerateRange = exports.arrayForEach = exports.arrayFlatMap = exports.arrayEmptyArray = exports.arrayCopyInto = exports.arrayCompactMap = exports.arrayCompact = exports.arrayCollect = exports.arrayBinaryLastIndexOf = exports.arrayBinaryIndexOf = exports.SharedStaticArray = exports.SharedArray = exports.getEmscriptenWrapper = exports.AReferenceCounted = exports.ASharedObject = exports.BroadcastEvent = exports.ECircularStackOverflowMode = exports.CircularFIFOStack = exports.CircularBuffer = exports.NormalizedDataViewProvider = exports.Vec4 = exports.Vec3 = exports.Vec2 = exports.Mat4 = exports.Mat3 = exports.Mat2 = exports.Range2d = exports.Margin2d = exports.ATypedArrayTuple = exports._String = exports._Set = exports._RegExp = exports._Path = exports._Number = exports._Math = exports._Map = exports._Fp = exports._Production = exports.NestableError = exports._Dictionary = exports._Debug = exports._Array = exports.RcJsUtilDebugImpl = void 0;
exports.stringNormalizeNullUndefinedToEmpty = exports.stringNormalizeEmptyToUndefined = exports.setValuesToArray = exports.regexEscapeRegex = exports.pathJoin = exports.numberGetHexString = exports.mathMin = exports.mathMax = exports.mathBoundRandom = exports.mathBound = exports.mapValuesToArray = exports.mapPush = exports.mapKeysToArray = exports.mapInitializeGet = exports.mapFirstValue = exports.mapFirstKey = exports.mapEntriesToArray = exports.mapDeleteGet = exports.mapArrayMap = exports.promiseRejectNull = exports.promiseRejectFalsey = exports.fpValueOrNull = exports.fpOnce = exports.fpNormalizeToUndefined = exports.fpNormalizeToNull = exports.fpNoOp = exports.fpMaybeNewValue = exports.fpIdentity = exports.dictionaryValues = exports.dictionaryPush = exports.dictionaryPairs = exports.dictionaryForEach = exports.dictionaryExtend = exports.dictionaryCloneExtend = exports.arrayUnion = exports.arrayReplaceOne = exports.arrayRemoveOne = exports.arrayRemoveMany = exports.arrayPushUnique = exports.arrayNormalizeNullUndefinedToEmpty = exports.arrayNormalizeEmptyToUndefined = exports.arrayContains = void 0;
exports.arrayIsArray = exports.arrayIntersect = exports.arrayInsertAtIndex = exports.arrayIndex = exports.arrayGenerateRange = exports.arrayForEach = exports.arrayFlatMap = exports.arrayEmptyArray = exports.arrayCopyInto = exports.arrayCompactMap = exports.arrayCompact = exports.arrayCollect = exports.arrayBinaryLastIndexOf = exports.arrayBinaryIndexOf = exports.SharedStaticArray = exports.SharedArray = exports.getEmscriptenWrapper = exports.AReferenceCounted = exports.ASharedObject = exports.BroadcastEvent = exports.RgbaColorPacker = exports.ERgbaShift = exports.ERgbaMasks = exports.ECircularStackOverflowMode = exports.CircularFIFOStack = exports.CircularBuffer = exports.NormalizedDataViewProvider = exports.Vec4 = exports.Vec3 = exports.Vec2 = exports.Mat4 = exports.Mat3 = exports.Mat2 = exports.Range2d = exports.Margin2d = exports.ATypedArrayTuple = exports._String = exports._Set = exports._RegExp = exports._Path = exports._Number = exports._Math = exports._Map = exports._Fp = exports._Production = exports.NestableError = exports._Dictionary = exports._Debug = exports._Array = exports.RcJsUtilDebugImpl = void 0;
exports.stringNormalizeNullUndefinedToEmpty = exports.stringNormalizeEmptyToUndefined = exports.setValuesToArray = exports.regexEscapeRegex = exports.pathJoin = exports.numberGetHexString = exports.mathMin = exports.mathMax = exports.mathBoundRandom = exports.mathBound = exports.mapValuesToArray = exports.mapPush = exports.mapKeysToArray = exports.mapInitializeGet = exports.mapFirstValue = exports.mapFirstKey = exports.mapEntriesToArray = exports.mapDeleteGet = exports.mapArrayMap = exports.promiseRejectNull = exports.promiseRejectFalsey = exports.fpValueOrNull = exports.fpOnce = exports.fpNormalizeToUndefined = exports.fpNormalizeToNull = exports.fpNoOp = exports.fpMaybeNewValue = exports.fpIdentity = exports.dictionaryValues = exports.dictionaryPush = exports.dictionaryPairs = exports.dictionaryForEach = exports.dictionaryExtend = exports.dictionaryCloneExtend = exports.arrayUnion = exports.arrayReplaceOne = exports.arrayRemoveOne = exports.arrayRemoveMany = exports.arrayPushUnique = exports.arrayNormalizeNullUndefinedToEmpty = exports.arrayNormalizeEmptyToUndefined = exports.arrayContains = exports.arrayMap = exports.arrayMapRange = exports.arrayLast = void 0;
var debug_namepace_1 = require("./debug/debug-namepace");

@@ -58,2 +58,7 @@ Object.defineProperty(exports, "RcJsUtilDebugImpl", { enumerable: true, get: function () { return debug_namepace_1.RcJsUtilDebugImpl; } });

Object.defineProperty(exports, "ECircularStackOverflowMode", { enumerable: true, get: function () { return circular_fifo_stack_1.ECircularStackOverflowMode; } });
var e_rgba_masks_1 = require("./colors/e-rgba-masks");
Object.defineProperty(exports, "ERgbaMasks", { enumerable: true, get: function () { return e_rgba_masks_1.ERgbaMasks; } });
Object.defineProperty(exports, "ERgbaShift", { enumerable: true, get: function () { return e_rgba_masks_1.ERgbaShift; } });
var rgba_color_packer_1 = require("./colors/rgba-color-packer");
Object.defineProperty(exports, "RgbaColorPacker", { enumerable: true, get: function () { return rgba_color_packer_1.RgbaColorPacker; } });
var broadcast_event_1 = require("./eventing/broadcast-event");

@@ -60,0 +65,0 @@ Object.defineProperty(exports, "BroadcastEvent", { enumerable: true, get: function () { return broadcast_event_1.BroadcastEvent; } });

{
"name": "rc-js-util",
"version": "5.0.0-alpha.27",
"version": "5.0.0-alpha.28",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {

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