You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

lazy-js-utils

Package Overview
Dependencies
Maintainers
0
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-js-utils - npm Package Compare versions

Comparing version

to
0.1.11

42

package.json
{
"name": "lazy-js-utils",
"version": "0.1.10",
"packageManager": "pnpm@7.33.7",
"version": "0.1.11",
"description": "A collection of lazy-loaded JavaScript utilities for efficient development",

@@ -30,24 +29,7 @@ "author": "Simon He",

],
"scripts": {
"build": "tsup ./src/*.ts ./src/worker/*.ts --clean",
"build-fast": "npm run build -- --no-dts",
"dev": "npm run build-fast -- --watch",
"play": "pnpm run -C playground dev",
"play:build": "pnpm run -C playground build",
"preview": "pnpm run -C playground preview",
"serve": "pnpm run -C playground serve",
"format": "prettier --write --cache .",
"lint": "eslint . --cache",
"lint:fix": "pnpm run lint --fix",
"typecheck": "vue-tsc --noEmit",
"test": "vitest -u",
"test:e2e": "cypress open",
"prepublishOnly": "nr build",
"release": "bumpp --commit --tag --push && pnpm publish"
},
"dependencies": {
"htmlparser2": "^8.0.2",
"lazy-js-utils": "workspace:^",
"qrcode": "^1.5.4",
"spark-md5": "^3.0.2"
"spark-md5": "^3.0.2",
"lazy-js-utils": "^0.1.11"
},

@@ -80,3 +62,19 @@ "devDependencies": {

"*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
},
"scripts": {
"build": "tsup ./src/*.ts ./src/worker/*.ts --clean",
"build-fast": "npm run build -- --no-dts",
"dev": "npm run build-fast -- --watch",
"play": "pnpm run -C playground dev",
"play:build": "pnpm run -C playground build",
"preview": "pnpm run -C playground preview",
"serve": "pnpm run -C playground serve",
"format": "prettier --write --cache .",
"lint": "eslint . --cache",
"lint:fix": "pnpm run lint --fix",
"typecheck": "vue-tsc --noEmit",
"test": "vitest -u",
"test:e2e": "cypress open",
"release": "bumpp --commit --tag --push && pnpm publish"
}
}
}