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

diginext-utils

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diginext-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

dist/main.js

@@ -23,2 +23,11 @@ function $parcel$export(e, n, v, s) {

$parcel$export(module.exports, "requestDeviceOrientationControl", () => $cb40f1ea47093623$export$2e2bcd8739ae039);
$parcel$export(module.exports, "Timer", () => $5faef40d80b088b8$export$2e2bcd8739ae039);
const $5faef40d80b088b8$var$Timer = {
wait: async (ms)=>{
return new Promise((resolve)=>setTimeout(resolve, ms));
}
};
var $5faef40d80b088b8$export$2e2bcd8739ae039 = $5faef40d80b088b8$var$Timer;
const $25160c7bc1de3077$var$requestCamera = ({ audio: audio = true , video: video = true })=>{

@@ -25,0 +34,0 @@ if (typeof window == "undefined") return false;

10

dist/module.js
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
const $8fe3896bd5467870$var$Timer = {
wait: async (ms)=>{
return new Promise((resolve)=>setTimeout(resolve, ms));
}
};
var $8fe3896bd5467870$export$2e2bcd8739ae039 = $8fe3896bd5467870$var$Timer;
const $f0f09b584740e2f3$var$requestCamera = ({ audio: audio = true , video: video = true })=>{

@@ -1575,3 +1583,3 @@ if (typeof window == "undefined") return false;

export {$f0f09b584740e2f3$export$2e2bcd8739ae039 as requestCamera, $e730781d5c0a00a9$export$2e2bcd8739ae039 as requestDeviceOrientationControl, $2ca70dfaa96b15b9$export$49bdca8d9bee322f as sumArray, $2ca70dfaa96b15b9$export$ac670fb62802935a as averageArray, $2ca70dfaa96b15b9$export$a1f1952d9b4428af as minArray, $2ca70dfaa96b15b9$export$efc4a9e0e0ac75e as maxArray, $2ca70dfaa96b15b9$export$4fd64e376619fa84 as sortElementByString, $2ca70dfaa96b15b9$export$dcc0320e182596b5 as sortElementByNumber, $2ca70dfaa96b15b9$export$43c7f521acf6e6cf as firstElement, $2ca70dfaa96b15b9$export$2b172101b53b52e6 as lastElement, $2ca70dfaa96b15b9$export$23b1f9ce5361528e as randomIndex, $2ca70dfaa96b15b9$export$d3d80cee07107776 as randomElement, $2ca70dfaa96b15b9$export$33132b67042f2f2a as mergeAndMakeUniqueElement, $2ca70dfaa96b15b9$export$79ac041f2b324c04 as allMatchInArray, $2ca70dfaa96b15b9$export$fe2d9b4e03920b4c as removeItem, $2ca70dfaa96b15b9$export$846415a11802e0e as removeItemByKey, $2ca70dfaa96b15b9$export$1a76347094524b3b as getRandom, $2ca70dfaa96b15b9$export$333626154b16d34f as getHalfRandom, $2ca70dfaa96b15b9$export$448332262467e042 as shuffle, $2ca70dfaa96b15b9$export$8d895961bc96a6b2 as moveIndex, $2ca70dfaa96b15b9$export$2f3f9678178e797c as moveArray, $2ca70dfaa96b15b9$exports as default, $ea6480a0915f140d$export$41a665f744414057 as isIos, $ea6480a0915f140d$export$569c67be1cdf360d as checkOS, $ea6480a0915f140d$export$a11b0059900ceec8 as isAndroid, $ea6480a0915f140d$export$d0a8044dce8ff2fc as isMobile, $32b0aa7947611a19$export$59bf81beacc278c9 as isPotrait, $32b0aa7947611a19$export$5cd843239dff6e53 as isLandscape, $32b0aa7947611a19$export$1a85a5b39245481e as ua, $32b0aa7947611a19$export$2ffb895ad65f87b as isFacebookWebview, $32b0aa7947611a19$export$e9f1d34d540bf7cc as isInAppWebview, $3567a21a907cc8e3$export$a6b361d6bfb7a093 as getWebcam, $8c41dc646358608d$export$6f50058d820858c5 as randRound, $8c41dc646358608d$export$bb0a9c36cf454ea0 as rand, $8c41dc646358608d$export$b647c187d1d74a5e as randHalt, $8c41dc646358608d$export$a85cdcada2f6e6d0 as randInt, $8c41dc646358608d$export$8dceb61b660164cc as randFloat, $8c41dc646358608d$export$e6bfdeff8bfc94f9 as degToRad, $8c41dc646358608d$export$54390e3b44c4a9cb as radToDeg, $0667b9c04801d7c4$export$630801d484da15df as isNull, $0667b9c04801d7c4$export$a5e0e20515fe635 as toBool, $0667b9c04801d7c4$export$e7a1baa2fae31f0f as toInt, $0667b9c04801d7c4$export$d94660d4b808c5a8 as toFloat, $0667b9c04801d7c4$export$45b10814cc054894 as toArray, $44a7d938ab685710$export$4645b4fcee4cd202 as textLowCase, $44a7d938ab685710$export$b7a508fa8dae59fc as numeric, $44a7d938ab685710$export$cb2021665d0782e2 as punctuation, $44a7d938ab685710$export$c7acbaf62ee0a77a as allCharacter, $44a7d938ab685710$export$1553b55b39fe0033 as randAllCharacterByLength, $44a7d938ab685710$export$6263a4b5f5ed507b as randomStringByLength, $44a7d938ab685710$export$7587f8e6781523e5 as getBetween, $44a7d938ab685710$export$992e00a9150f373b as makeString, $44a7d938ab685710$export$d80c591a9e16646 as toUpperCase, $44a7d938ab685710$export$84b9399c77df0edf as toLowerCase, $44a7d938ab685710$export$29d0dd1cc36cee26 as titleize, $44a7d938ab685710$export$9a00dee1beb8f576 as capitalize, $44a7d938ab685710$export$ca69f6a6464047b4 as capitalizeName, $44a7d938ab685710$export$b2c326c8102a62cd as clearUnicodeCharacters, $44a7d938ab685710$export$e73c8bd0f20705a as generateUUID, $de3cf7f00f335771$export$1061071041ba84d4 as getUrlParams, $de3cf7f00f335771$export$4e4336b95bdd3a81 as isLink, $de3cf7f00f335771$export$afd41bce1ef3e9cf as getFileNameWithoutExtension, $de3cf7f00f335771$export$f8ed5ad7fba8ab94 as getFileNameWithExtension, $de3cf7f00f335771$export$5f7821c344028c56 as getFileExtension};
export {$f0f09b584740e2f3$export$2e2bcd8739ae039 as requestCamera, $e730781d5c0a00a9$export$2e2bcd8739ae039 as requestDeviceOrientationControl, $8fe3896bd5467870$export$2e2bcd8739ae039 as Timer, $2ca70dfaa96b15b9$export$49bdca8d9bee322f as sumArray, $2ca70dfaa96b15b9$export$ac670fb62802935a as averageArray, $2ca70dfaa96b15b9$export$a1f1952d9b4428af as minArray, $2ca70dfaa96b15b9$export$efc4a9e0e0ac75e as maxArray, $2ca70dfaa96b15b9$export$4fd64e376619fa84 as sortElementByString, $2ca70dfaa96b15b9$export$dcc0320e182596b5 as sortElementByNumber, $2ca70dfaa96b15b9$export$43c7f521acf6e6cf as firstElement, $2ca70dfaa96b15b9$export$2b172101b53b52e6 as lastElement, $2ca70dfaa96b15b9$export$23b1f9ce5361528e as randomIndex, $2ca70dfaa96b15b9$export$d3d80cee07107776 as randomElement, $2ca70dfaa96b15b9$export$33132b67042f2f2a as mergeAndMakeUniqueElement, $2ca70dfaa96b15b9$export$79ac041f2b324c04 as allMatchInArray, $2ca70dfaa96b15b9$export$fe2d9b4e03920b4c as removeItem, $2ca70dfaa96b15b9$export$846415a11802e0e as removeItemByKey, $2ca70dfaa96b15b9$export$1a76347094524b3b as getRandom, $2ca70dfaa96b15b9$export$333626154b16d34f as getHalfRandom, $2ca70dfaa96b15b9$export$448332262467e042 as shuffle, $2ca70dfaa96b15b9$export$8d895961bc96a6b2 as moveIndex, $2ca70dfaa96b15b9$export$2f3f9678178e797c as moveArray, $2ca70dfaa96b15b9$exports as default, $ea6480a0915f140d$export$41a665f744414057 as isIos, $ea6480a0915f140d$export$569c67be1cdf360d as checkOS, $ea6480a0915f140d$export$a11b0059900ceec8 as isAndroid, $ea6480a0915f140d$export$d0a8044dce8ff2fc as isMobile, $32b0aa7947611a19$export$59bf81beacc278c9 as isPotrait, $32b0aa7947611a19$export$5cd843239dff6e53 as isLandscape, $32b0aa7947611a19$export$1a85a5b39245481e as ua, $32b0aa7947611a19$export$2ffb895ad65f87b as isFacebookWebview, $32b0aa7947611a19$export$e9f1d34d540bf7cc as isInAppWebview, $3567a21a907cc8e3$export$a6b361d6bfb7a093 as getWebcam, $8c41dc646358608d$export$6f50058d820858c5 as randRound, $8c41dc646358608d$export$bb0a9c36cf454ea0 as rand, $8c41dc646358608d$export$b647c187d1d74a5e as randHalt, $8c41dc646358608d$export$a85cdcada2f6e6d0 as randInt, $8c41dc646358608d$export$8dceb61b660164cc as randFloat, $8c41dc646358608d$export$e6bfdeff8bfc94f9 as degToRad, $8c41dc646358608d$export$54390e3b44c4a9cb as radToDeg, $0667b9c04801d7c4$export$630801d484da15df as isNull, $0667b9c04801d7c4$export$a5e0e20515fe635 as toBool, $0667b9c04801d7c4$export$e7a1baa2fae31f0f as toInt, $0667b9c04801d7c4$export$d94660d4b808c5a8 as toFloat, $0667b9c04801d7c4$export$45b10814cc054894 as toArray, $44a7d938ab685710$export$4645b4fcee4cd202 as textLowCase, $44a7d938ab685710$export$b7a508fa8dae59fc as numeric, $44a7d938ab685710$export$cb2021665d0782e2 as punctuation, $44a7d938ab685710$export$c7acbaf62ee0a77a as allCharacter, $44a7d938ab685710$export$1553b55b39fe0033 as randAllCharacterByLength, $44a7d938ab685710$export$6263a4b5f5ed507b as randomStringByLength, $44a7d938ab685710$export$7587f8e6781523e5 as getBetween, $44a7d938ab685710$export$992e00a9150f373b as makeString, $44a7d938ab685710$export$d80c591a9e16646 as toUpperCase, $44a7d938ab685710$export$84b9399c77df0edf as toLowerCase, $44a7d938ab685710$export$29d0dd1cc36cee26 as titleize, $44a7d938ab685710$export$9a00dee1beb8f576 as capitalize, $44a7d938ab685710$export$ca69f6a6464047b4 as capitalizeName, $44a7d938ab685710$export$b2c326c8102a62cd as clearUnicodeCharacters, $44a7d938ab685710$export$e73c8bd0f20705a as generateUUID, $de3cf7f00f335771$export$1061071041ba84d4 as getUrlParams, $de3cf7f00f335771$export$4e4336b95bdd3a81 as isLink, $de3cf7f00f335771$export$afd41bce1ef3e9cf as getFileNameWithoutExtension, $de3cf7f00f335771$export$f8ed5ad7fba8ab94 as getFileNameWithExtension, $de3cf7f00f335771$export$5f7821c344028c56 as getFileExtension};
//# sourceMappingURL=module.js.map

2

package.json
{
"name": "diginext-utils",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -5,0 +5,0 @@ "name": "TOP GROUP (a.k.a Digitop)",

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