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.9 to 5.0.0-alpha.10

bin/src/array/typed-array/normalized-data-view/float32-data-view.d.ts

2

bin/src/index.d.ts

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

export { Vec4, TVec4CtorArgs } from "./array/typed-array/vec4/vec4";
export { NormalizedDataViewProvider } from "./array/typed-array/normalized-data-view/normalized-data-view-provider";
export { INormalizedDataView } from "./array/typed-array/normalized-data-view/i-normalized-data-view";
export { TTypedArray } from "./array/typed-array/t-typed-array";

@@ -39,0 +41,0 @@ export { CircularBuffer } from "./collection/circular-buffer";

6

bin/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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.Vec4 = exports.AVec4 = exports.Vec3 = exports.AVec3 = exports.Vec2 = exports.AVec2 = exports.Mat4 = exports.AMat4 = exports.Mat3 = exports.AMat3 = exports.Mat2 = exports.AMat2 = exports.XyRange = exports.AXyRange = exports.XyMargin = exports.AXyMargin = exports.ATypedArrayTuple = exports._String = exports._Set = exports._RegExp = exports._Path = exports._Number = exports._Math = exports._Map = exports._Fp = exports._Production = exports._Dictionary = exports.debugFlags = 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.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 = exports.arrayIsArray = exports.arrayIntersect = exports.arrayInsertAtIndex = exports.arrayIndex = void 0;
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.AVec4 = exports.Vec3 = exports.AVec3 = exports.Vec2 = exports.AVec2 = exports.Mat4 = exports.AMat4 = exports.Mat3 = exports.AMat3 = exports.Mat2 = exports.AMat2 = exports.XyRange = exports.AXyRange = exports.XyMargin = exports.AXyMargin = exports.ATypedArrayTuple = exports._String = exports._Set = exports._RegExp = exports._Path = exports._Number = exports._Math = exports._Map = exports._Fp = exports._Production = exports._Dictionary = exports.debugFlags = 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.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 = exports.arrayIsArray = exports.arrayIntersect = exports.arrayInsertAtIndex = exports.arrayIndex = exports.arrayGenerateRange = void 0;
var debug_namepace_1 = require("./debug/debug-namepace");

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

Object.defineProperty(exports, "Vec4", { enumerable: true, get: function () { return vec4_1.Vec4; } });
var normalized_data_view_provider_1 = require("./array/typed-array/normalized-data-view/normalized-data-view-provider");
Object.defineProperty(exports, "NormalizedDataViewProvider", { enumerable: true, get: function () { return normalized_data_view_provider_1.NormalizedDataViewProvider; } });
var circular_buffer_1 = require("./collection/circular-buffer");

@@ -69,0 +71,0 @@ Object.defineProperty(exports, "CircularBuffer", { enumerable: true, get: function () { return circular_buffer_1.CircularBuffer; } });

{
"name": "rc-js-util",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"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