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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version

to
2.5.21

14

package.json
{
"name": "@deboxsoft/module-core",
"version": "2.5.20",
"version": "2.5.21",
"license": "SEE LICENSE IN LICENSE",

@@ -30,4 +30,2 @@ "maintainers": [

"dependencies": {
"zod": "3.x",
"dayjs": "^1.11.3",
"change-case": "^4.1.2",

@@ -42,6 +40,12 @@ "clone-deep": "^4.0.1",

"devDependencies": {
"@types/mustache": "^4.1.3"
"@types/mustache": "^4.1.3",
"dayjs": "^1.11.3",
"zod": "^3.17.10"
},
"peerDependencies": {
"zod": "3.x",
"dayjs": "1.x"
},
"scripts": {
"build": "tsup",
"build": "cross-env DEBUG=* tsup",
"format": "eslint --fix 'src/**/*.ts'",

@@ -48,0 +52,0 @@ "test": "ava",