Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dphelper

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dphelper - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
dphelper.umd.js

Sorry, the diff of this file is too big to display

+8
-5
{
"name": "dphelper",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"main": "index.js",
"browser": "./dist/dphelper.umd.js",
"description": "dphelper devtools for developers",

@@ -74,10 +75,10 @@ "license": "MIT",

"scripts": {
"build": "rm -rf dist &&npm run generate-imports && node esbuild.config.mjs && npx tsc -p tsconfig.json --emitDeclarationOnly",
"build": "rimraf dist && npm run generate-imports && node esbuild.config.mjs && node node_modules/typescript/bin/tsc -p tsconfig.json --emitDeclarationOnly",
"dev": "npm run generate-imports && node esbuild.config.mjs --watch-and-serve",
"npm:pack": "npm run build && cd dist && npm pack",
"npm:publish": "npm run build && npm publish ./dist",
"npm:publish": "npm run build && npm publish ./dist --access public",
"test": "cd tests && npm run test",
"lint": "cd tests && npm run lint",
"tsc": "cd tests && tsc --noEmit",
"generate-imports": "node --experimental-strip-types scripts/generate-imports.ts"
"generate-imports": "tsx scripts/generate-imports.ts"
},

@@ -94,5 +95,7 @@ "devDependencies": {

"esbuild-scss-modules-plugin": "1.1.1",
"rimraf": "6.1.3",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "5.9.3"
}
}
}

@@ -6,3 +6,2 @@ # [dphelper](https://npmjs.com/package/dphelper)

**The supercharged toolkit for modern web development, AI engineering & DevTools.**
By [Dario Passariello](https://dario.passariello.ca) (c)

@@ -44,13 +43,14 @@ [![version](https://img.shields.io/npm/v/dphelper.svg)](https://npmjs.org/package/dphelper)

## 🚀 Version 3.0: The AI Leap
> [!IMPORTANT]
> Application state is currently handled through Memorio and RGS. To integrate state management into your project, you should install:
>
> Simple State and Store Manager [Memorio](http://www.npmjs.com/package/memorio)
>
> Enterprise Lever State Manager [Argis RGS](https://www.npmjs.com/package/@biglogic/rgs)
> Application state is currently handled through Memorio and RGS.
## To integrate state management into your project
- Simple State and Store Manager [Memorio](http://www.npmjs.com/package/memorio)
- Enterprise Lever State Manager [Argis RGS](https://www.npmjs.com/package/@biglogic/rgs)
---
## 🚀 Version 3.0: The AI Leap
`dphelper` has evolved into a powerhouse for AI-driven applications. We've removed legacy dependencies (bye-bye jQuery!) and shifted focus to **performance**, **modularity**, and **LLM optimization**.

@@ -57,0 +57,0 @@

Sorry, the diff of this file is too big to display