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

@symbo.ls/utils

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/utils - npm Package Compare versions

Comparing version

to
3.0.2

77

dist/cjs/index.js

@@ -45,7 +45,7 @@ "use strict";

// node_modules/@domql/utils/dist/esm/globals.js
// ../../node_modules/@domql/utils/globals.js
var window2 = globalThis;
var document2 = window2.document;
// node_modules/@domql/utils/dist/esm/types.js
// ../../node_modules/@domql/utils/types.js
var isObject = (arg) => {

@@ -59,3 +59,74 @@ if (arg === null) return false;

// node_modules/@domql/utils/dist/esm/cookie.js
// ../../node_modules/@domql/utils/keys.js
var STATE_METHODS = [
"update",
"parse",
"clean",
"create",
"destroy",
"add",
"toggle",
"remove",
"apply",
"set",
"reset",
"replace",
"quietReplace",
"quietUpdate",
"applyReplace",
"applyFunction",
"keys",
"values",
"ref",
"rootUpdate",
"parentUpdate",
"parent",
"__element",
"__depends",
"__ref",
"__children",
"root",
"setByPath",
"setPathCollection",
"removeByPath",
"removePathCollection",
"getByPath"
];
var PROPS_METHODS = ["update", "__element"];
var METHODS = [
"set",
"reset",
"update",
"remove",
"updateContent",
"removeContent",
"lookup",
"lookdown",
"lookdownAll",
"getRef",
"getPath",
"setNodeStyles",
"spotByPath",
"keys",
"parse",
"setProps",
"parseDeep",
"variables",
"if",
"log",
"verbose",
"warn",
"error",
"call",
"nextElement",
"previousElement"
];
var METHODS_EXL = [
...["node", "context", "extends", "__element", "__ref"],
...METHODS,
...STATE_METHODS,
...PROPS_METHODS
];
// ../../node_modules/@domql/utils/cookie.js
var isMobile = (() => typeof navigator === "undefined" ? false : /Mobi/.test(navigator.userAgent))();

@@ -62,0 +133,0 @@

@@ -28,7 +28,7 @@ "use strict";

// node_modules/@domql/utils/dist/esm/globals.js
// ../../node_modules/@domql/utils/globals.js
var window2 = globalThis;
var document2 = window2.document;
// node_modules/@domql/utils/dist/esm/types.js
// ../../node_modules/@domql/utils/types.js
var isObject = (arg) => {

@@ -40,3 +40,74 @@ if (arg === null) return false;

// node_modules/@domql/utils/dist/esm/cookie.js
// ../../node_modules/@domql/utils/keys.js
var STATE_METHODS = [
"update",
"parse",
"clean",
"create",
"destroy",
"add",
"toggle",
"remove",
"apply",
"set",
"reset",
"replace",
"quietReplace",
"quietUpdate",
"applyReplace",
"applyFunction",
"keys",
"values",
"ref",
"rootUpdate",
"parentUpdate",
"parent",
"__element",
"__depends",
"__ref",
"__children",
"root",
"setByPath",
"setPathCollection",
"removeByPath",
"removePathCollection",
"getByPath"
];
var PROPS_METHODS = ["update", "__element"];
var METHODS = [
"set",
"reset",
"update",
"remove",
"updateContent",
"removeContent",
"lookup",
"lookdown",
"lookdownAll",
"getRef",
"getPath",
"setNodeStyles",
"spotByPath",
"keys",
"parse",
"setProps",
"parseDeep",
"variables",
"if",
"log",
"verbose",
"warn",
"error",
"call",
"nextElement",
"previousElement"
];
var METHODS_EXL = [
...["node", "context", "extends", "__element", "__ref"],
...METHODS,
...STATE_METHODS,
...PROPS_METHODS
];
// ../../node_modules/@domql/utils/cookie.js
var isMobile = (() => typeof navigator === "undefined" ? false : /Mobi/.test(navigator.userAgent))();

@@ -43,0 +114,0 @@

6

package.json
{
"name": "@symbo.ls/utils",
"version": "3.0.1",
"version": "3.0.2",
"author": "symbo.ls",

@@ -27,5 +27,5 @@ "files": [

"dependencies": {
"@domql/utils": "^2.5.0"
"@domql/utils": "^3.0.0"
},
"gitHead": "a4e7f586f7e4f60bd7b6a8388bdacc3ae1879433"
"gitHead": "c4dacc88fa3a65574680d11e320307dd2a22e6e9"
}