+1
-1
@@ -40,3 +40,3 @@ # [dphelper](https://npmjs.com/package/dphelper) | ||
| dpHelper is a precise and complete collection of 190+ tools ready to use in all web/SaaS applications. State and Store Management are now easy, accessible everywhere in your application, including Ajax or React apps, without the need for extra files. | ||
| dpHelper is a precise and complete collection of 190+ tools ready to use in all web/SaaS and enterprise applications. State and Store Management are now easy, accessible everywhere in your application, including Ajax or React apps, without the need for extra files. | ||
@@ -43,0 +43,0 @@ 1. **Single Source of Truth**: The application's entire state is held within a single object in one store, ensuring consistent and accessible state management throughout the app. |
+121
-119
| { | ||
| "name": "dphelper", | ||
| "version": "2.6.3", | ||
| "version": "2.6.4", | ||
| "description": "dphelper devtools, data management for developers by Dario Passariello", | ||
| "homepage": "https://a51.gitbook.io/dphelper", | ||
| "copyright": "Dario Passariello", | ||
| "main": "./dist/index.js", | ||
| "license": "MIT", | ||
| "deprecated": false, | ||
| "preferGlobal": true, | ||
| "target": "web", | ||
| "language": { | ||
| "en": {} | ||
| }, | ||
| "app": { | ||
| "displayName": "dphelper", | ||
| "port": 3000, | ||
| "code": "vulkan", | ||
| "type": "gold", | ||
| "host": { | ||
| "dev": "http://localhost", | ||
| "prod": "" | ||
| }, | ||
| "codeRelease": "dphelper", | ||
| "name": "dphelper", | ||
| "folder": "/", | ||
| "target": "web", | ||
| "node": { | ||
| "global": false | ||
| }, | ||
| "proxy": { | ||
| "api": { | ||
| "tst": "http://localhost:5003/", | ||
| "dev": "https://a51.dev/", | ||
| "pro": "https://a51.dev/" | ||
| } | ||
| }, | ||
| "socket": { | ||
| "url": { | ||
| "tst": "wss://ws.a51.dev/", | ||
| "dev": "wss://ws.a51.dev/", | ||
| "pro": "wss://ws.a51.dev/" | ||
| } | ||
| }, | ||
| "url": { | ||
| "dev": "http://localhost/" | ||
| }, | ||
| "cdn": {} | ||
| }, | ||
| "author": "Dario Passariello <dariopassariello@gmail.com>", | ||
| "support": { | ||
| "name": "Dario Passariello", | ||
| "url": "https://github.com/passariello/", | ||
| "email": "dariopassariello@gmail.com" | ||
| }, | ||
| "company": {}, | ||
| "contributors": [ | ||
| { | ||
| "name": "Dario Passariello", | ||
| "url": "https://dario.passariello.ca/", | ||
| "email": "dariopassariello@gmail.com" | ||
| }, | ||
| { | ||
| "name": "Valeria Cala Scaglitta", | ||
| "email": "valeriacalascaglitta@gmail.com" | ||
| } | ||
| ], | ||
| "npmName": "dphelper", | ||
| "npmFileMap": [ | ||
| { | ||
| "basePath": "./dist/", | ||
| "files": [ | ||
| "*.js" | ||
| ] | ||
| } | ||
| ], | ||
| "browserslist": { | ||
| "production": [ | ||
| "last 2 Chrome major versions", | ||
| "last 2 Firefox major versions", | ||
| "last 2 Safari major versions", | ||
| "last 2 Edge major versions", | ||
| "last 2 Opera versions", | ||
| "last 2 iOS major versions", | ||
| "last 1 Explorer major version", | ||
| "last 1 ChromeAndroid version", | ||
| "last 1 UCAndroid version", | ||
| "last 1 Samsung version", | ||
| "last 1 OperaMini version", | ||
| "Firefox ESR", | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| }, | ||
| "keywords": [ | ||
@@ -128,2 +32,3 @@ "dphelper", | ||
| ], | ||
| "homepage": "https://a51.gitbook.io/dphelper", | ||
| "bugs": { | ||
@@ -138,18 +43,15 @@ "url": "https://github.com/a51-dev/a51.dphelper.public/issues" | ||
| ], | ||
| "scripts": { | ||
| "build": "webpack --progress --profile --color --mode=production --config webpack.ts", | ||
| "watch": "webpack --watch --progress --profile --color --mode=development --config webpack.ts", | ||
| "-----": "", | ||
| "tsc": "tsc -b tsconfig.json", | ||
| "eslint": "eslint", | ||
| "------": "", | ||
| "npm:publish": "npm run build && cd dist && ls -al && npm publish" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18", | ||
| "pnpm": ">=10" | ||
| }, | ||
| "extends": "./tsconfig.json", | ||
| "types": "./index.d.ts", | ||
| "typings": "./types/*", | ||
| "license": "MIT", | ||
| "author": "Dario Passariello <dariopassariello@gmail.com>", | ||
| "contributors": [ | ||
| { | ||
| "name": "Dario Passariello", | ||
| "email": "dariopassariello@gmail.com", | ||
| "url": "https://dario.passariello.ca/" | ||
| }, | ||
| { | ||
| "name": "Valeria Cala Scaglitta", | ||
| "email": "valeriacalascaglitta@gmail.com" | ||
| } | ||
| ], | ||
| "exports": { | ||
@@ -163,2 +65,37 @@ ".": { | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "types": "./index.d.ts", | ||
| "typings": "./types/*", | ||
| "scripts": { | ||
| "build": "webpack --progress --profile --color --mode=production --config webpack.ts", | ||
| "watch": "webpack --watch --progress --profile --color --mode=development --config webpack.ts", | ||
| "npm:publish": "npm run build && cd dist && ls -al && npm publish", | ||
| "------": "", | ||
| "eslint": "npx eslint tests/eslint/eslint.config.mjs", | ||
| "tsc": "tsc -b tsconfig.json" | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| "last 2 Chrome major versions", | ||
| "last 2 Firefox major versions", | ||
| "last 2 Safari major versions", | ||
| "last 2 Edge major versions", | ||
| "last 2 Opera versions", | ||
| "last 2 iOS major versions", | ||
| "last 1 Explorer major version", | ||
| "last 1 ChromeAndroid version", | ||
| "last 1 UCAndroid version", | ||
| "last 1 Samsung version", | ||
| "last 1 OperaMini version", | ||
| "Firefox ESR", | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| }, | ||
| "dependencies": { | ||
@@ -176,6 +113,6 @@ "dphelper.types": "0.0.20", | ||
| "@types/jest": "30.0.0", | ||
| "@types/node": "^25.2.1", | ||
| "@types/node": "^25.2.3", | ||
| "@types/webpack-env": "1.18.8", | ||
| "@typescript-eslint/eslint-plugin": "8.54.0", | ||
| "@typescript-eslint/parser": "8.54.0", | ||
| "@typescript-eslint/eslint-plugin": "8.56.0", | ||
| "@typescript-eslint/parser": "8.56.0", | ||
| "copy-webpack-plugin": "^13.0.1", | ||
@@ -185,2 +122,4 @@ "crypto-js": "4.2.0", | ||
| "eslint": "10.0.0", | ||
| "eslint-plugin-react": "7.37.5", | ||
| "eslint-plugin-react-hooks": "7.0.1", | ||
| "file-loader": "6.2.0", | ||
@@ -195,6 +134,69 @@ "jest": "30.2.0", | ||
| "typescript": "5.9.3", | ||
| "webpack": "^5.105.0", | ||
| "typescript-eslint": "8.56.0", | ||
| "webpack": "^5.105.2", | ||
| "webpack-cli": "6.0.1", | ||
| "webpack-dev-server": "^5.2.3" | ||
| } | ||
| } | ||
| }, | ||
| "engines": { | ||
| "node": ">=18", | ||
| "pnpm": ">=10" | ||
| }, | ||
| "preferGlobal": true, | ||
| "app": { | ||
| "displayName": "dphelper", | ||
| "port": 3000, | ||
| "code": "vulkan", | ||
| "type": "gold", | ||
| "host": { | ||
| "dev": "http://localhost", | ||
| "prod": "" | ||
| }, | ||
| "codeRelease": "dphelper", | ||
| "name": "dphelper", | ||
| "folder": "/", | ||
| "target": "web", | ||
| "node": { | ||
| "global": false | ||
| }, | ||
| "proxy": { | ||
| "api": { | ||
| "tst": "http://localhost:5003/", | ||
| "dev": "https://a51.dev/", | ||
| "pro": "https://a51.dev/" | ||
| } | ||
| }, | ||
| "socket": { | ||
| "url": { | ||
| "tst": "wss://ws.a51.dev/", | ||
| "dev": "wss://ws.a51.dev/", | ||
| "pro": "wss://ws.a51.dev/" | ||
| } | ||
| }, | ||
| "url": { | ||
| "dev": "http://localhost/" | ||
| }, | ||
| "cdn": {} | ||
| }, | ||
| "company": {}, | ||
| "copyright": "Dario Passariello", | ||
| "deprecated": false, | ||
| "extends": "./tsconfig.json", | ||
| "language": { | ||
| "en": {} | ||
| }, | ||
| "npmFileMap": [ | ||
| { | ||
| "basePath": "./dist/", | ||
| "files": [ | ||
| "*.js" | ||
| ] | ||
| } | ||
| ], | ||
| "npmName": "dphelper", | ||
| "support": { | ||
| "name": "Dario Passariello", | ||
| "url": "https://github.com/passariello/", | ||
| "email": "dariopassariello@gmail.com" | ||
| }, | ||
| "target": "web" | ||
| } |
+1
-1
@@ -40,3 +40,3 @@ # [dphelper](https://npmjs.com/package/dphelper) | ||
| dpHelper is a precise and complete collection of 190+ tools ready to use in all web/SaaS applications. State and Store Management are now easy, accessible everywhere in your application, including Ajax or React apps, without the need for extra files. | ||
| dpHelper is a precise and complete collection of 190+ tools ready to use in all web/SaaS and enterprise applications. State and Store Management are now easy, accessible everywhere in your application, including Ajax or React apps, without the need for extra files. | ||
@@ -43,0 +43,0 @@ 1. **Single Source of Truth**: The application's entire state is held within a single object in one store, ensuring consistent and accessible state management throughout the app. |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
385097
0.09%29
11.54%