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

@codady/axui

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codady/axui - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

src/scripts/global/namespace.js

16

dist/js/ax.cjs.js
'use strict';
/**
* Last modified: 2023-11-04 08:25:59
* Last modified: 2023-11-04 09:11:51
*/

@@ -11,3 +11,3 @@ var zhCN = {

/**
* @since Last modified: 2023-11-04 08:01:54
* @since Last modified: 2023-11-04 09:11:37
* @function trim

@@ -31,3 +31,3 @@ * @description Clear string space, change and return.Supporting the space in multiple positions, which is more powerful than the native "trim" method.

/**
* @since Last modified: 2023-11-04 08:03:04
* @since Last modified: 2023-11-04 09:11:28
* @function getObjType

@@ -45,3 +45,3 @@ * @description Get object type.Can detect object types such as Array, Object, Function, String, Number, Boolean, Date, Symbol , Null, Undefined, HTMLxxxElement (Dom nodes all contain HTML).

/**
* @since Last modified: 2023-11-04 08:02:48
* @since Last modified: 2023-11-04 09:11:31
* @function getSelectorType

@@ -78,3 +78,3 @@ * @description Get node selector string type.'#demo' is judged as 'ID' with#; '. Demo' is judged as 'class'; 'demo' uppercase judgment as 'node'; '[demo]' medium bracket package is judged as 'attr'; 'DIV P' has a space for the father and son, and the judgment is 'Nesting'; other string returns the empty value.

/**
* @since Last modified: 2023-11-04 08:02:15
* @since Last modified: 2023-11-04 09:11:34
* @function renderTpl

@@ -110,3 +110,3 @@ * @description Get template string through parameters.Cut the template strings into fragments through labels, and put into the array through the PUSH method, and finally merge into a new string.

/**
* @since Last modified: 2023-11-04 08:03:49
* @since Last modified: 2023-11-04 09:11:32
* @function isEmpty

@@ -136,3 +136,3 @@ * @description Determine whether it is empty data.The data itself is empty data: 0| ''|false|undefined|null; <br>empty function: function () {}|() => {}; <br>empty array and empty objects: []|{}| [null]| [ undefined]| ['']| [""];<br> empty symbol object: symbol()|symbol.For(), will be judged as empty.

/**
* @since Last modified: 2023-11-04 08:03:42
* @since Last modified: 2023-11-04 09:11:22
* @function getDom

@@ -194,3 +194,3 @@ * @description Get a node.Support to get a real node or virtual node

/**
* Last modified: 2023-11-04 08:37:10
* Last modified: 2023-11-04 09:42:49
*/

@@ -197,0 +197,0 @@ const ax = {

/**
* Last modified: 2023-11-04 08:25:59
* Last modified: 2023-11-04 09:11:51
*/

@@ -9,3 +9,3 @@ var zhCN = {

/**
* @since Last modified: 2023-11-04 08:01:54
* @since Last modified: 2023-11-04 09:11:37
* @function trim

@@ -29,3 +29,3 @@ * @description Clear string space, change and return.Supporting the space in multiple positions, which is more powerful than the native "trim" method.

/**
* @since Last modified: 2023-11-04 08:03:04
* @since Last modified: 2023-11-04 09:11:28
* @function getObjType

@@ -43,3 +43,3 @@ * @description Get object type.Can detect object types such as Array, Object, Function, String, Number, Boolean, Date, Symbol , Null, Undefined, HTMLxxxElement (Dom nodes all contain HTML).

/**
* @since Last modified: 2023-11-04 08:02:48
* @since Last modified: 2023-11-04 09:11:31
* @function getSelectorType

@@ -76,3 +76,3 @@ * @description Get node selector string type.'#demo' is judged as 'ID' with#; '. Demo' is judged as 'class'; 'demo' uppercase judgment as 'node'; '[demo]' medium bracket package is judged as 'attr'; 'DIV P' has a space for the father and son, and the judgment is 'Nesting'; other string returns the empty value.

/**
* @since Last modified: 2023-11-04 08:02:15
* @since Last modified: 2023-11-04 09:11:34
* @function renderTpl

@@ -108,3 +108,3 @@ * @description Get template string through parameters.Cut the template strings into fragments through labels, and put into the array through the PUSH method, and finally merge into a new string.

/**
* @since Last modified: 2023-11-04 08:03:49
* @since Last modified: 2023-11-04 09:11:32
* @function isEmpty

@@ -134,3 +134,3 @@ * @description Determine whether it is empty data.The data itself is empty data: 0| ''|false|undefined|null; <br>empty function: function () {}|() => {}; <br>empty array and empty objects: []|{}| [null]| [ undefined]| ['']| [""];<br> empty symbol object: symbol()|symbol.For(), will be judged as empty.

/**
* @since Last modified: 2023-11-04 08:03:42
* @since Last modified: 2023-11-04 09:11:22
* @function getDom

@@ -192,3 +192,3 @@ * @description Get a node.Support to get a real node or virtual node

/**
* Last modified: 2023-11-04 08:37:10
* Last modified: 2023-11-04 09:42:49
*/

@@ -195,0 +195,0 @@ const ax = {

@@ -8,3 +8,3 @@ (function (global, factory) {

/**
* Last modified: 2023-11-04 08:25:59
* Last modified: 2023-11-04 09:11:51
*/

@@ -16,3 +16,3 @@ var zhCN = {

/**
* @since Last modified: 2023-11-04 08:01:54
* @since Last modified: 2023-11-04 09:11:37
* @function trim

@@ -36,3 +36,3 @@ * @description Clear string space, change and return.Supporting the space in multiple positions, which is more powerful than the native "trim" method.

/**
* @since Last modified: 2023-11-04 08:03:04
* @since Last modified: 2023-11-04 09:11:28
* @function getObjType

@@ -50,3 +50,3 @@ * @description Get object type.Can detect object types such as Array, Object, Function, String, Number, Boolean, Date, Symbol , Null, Undefined, HTMLxxxElement (Dom nodes all contain HTML).

/**
* @since Last modified: 2023-11-04 08:02:48
* @since Last modified: 2023-11-04 09:11:31
* @function getSelectorType

@@ -83,3 +83,3 @@ * @description Get node selector string type.'#demo' is judged as 'ID' with#; '. Demo' is judged as 'class'; 'demo' uppercase judgment as 'node'; '[demo]' medium bracket package is judged as 'attr'; 'DIV P' has a space for the father and son, and the judgment is 'Nesting'; other string returns the empty value.

/**
* @since Last modified: 2023-11-04 08:02:15
* @since Last modified: 2023-11-04 09:11:34
* @function renderTpl

@@ -115,3 +115,3 @@ * @description Get template string through parameters.Cut the template strings into fragments through labels, and put into the array through the PUSH method, and finally merge into a new string.

/**
* @since Last modified: 2023-11-04 08:03:49
* @since Last modified: 2023-11-04 09:11:32
* @function isEmpty

@@ -141,3 +141,3 @@ * @description Determine whether it is empty data.The data itself is empty data: 0| ''|false|undefined|null; <br>empty function: function () {}|() => {}; <br>empty array and empty objects: []|{}| [null]| [ undefined]| ['']| [""];<br> empty symbol object: symbol()|symbol.For(), will be judged as empty.

/**
* @since Last modified: 2023-11-04 08:03:42
* @since Last modified: 2023-11-04 09:11:22
* @function getDom

@@ -199,3 +199,3 @@ * @description Get a node.Support to get a real node or virtual node

/**
* Last modified: 2023-11-04 08:37:10
* Last modified: 2023-11-04 09:42:49
*/

@@ -202,0 +202,0 @@ const ax = {

{
"name": "@codady/axui",
"version": "0.0.8",
"version": "0.0.9",
"keywords": [

@@ -20,5 +20,5 @@ "javascript",

"files": [
"types",
"src/css",
"src/js",
"src/ts",
"src/scripts",
"src/package.ps1",

@@ -37,6 +37,6 @@ "src/README.md",

},
"main": "./src/js/index.js",
"types": "./src/ts/types/index.d.ts",
"main": "./src/scripts/index.js",
"types": "./src/types/index.d.ts",
"dependencies": {
"@codady/axui": "^0.0.4",
"@codady/axui": "^0.0.8",
"clean-css": "^5.3.2",

@@ -43,0 +43,0 @@ "clean-css-cli": "^5.6.2",

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