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.2.13-beta.1

types/pagination/page.d.ts

10

package.json
{
"name": "@deboxsoft/module-core",
"version": "2.2.12",
"version": "2.2.13-beta.1",
"license": "SEE LICENSE IN LICENSE",

@@ -46,6 +46,7 @@ "maintainers": [

"fs-extra": "^10.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.38.0",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"uvu": "^0.5.1"
"uvu": "^0.5.2"
},

@@ -59,5 +60,6 @@ "gitHead": "1d67b4a4b195ed78f368d13c1fecfde387147ec7",

"test": "uvu -r ts-node/register",
"bump": "pnpm run build && bump",
"release:dev": "git add . && pnpm run bump -- -cp prerelease && pnpm publish --tag dev --no-git-checks"
"bump": "pnpm run build && bump -c \"release core v\"",
"release": "pnpm run bump -- -t \"core-v\" && pnpm publish",
"release:dev": "git add . && pnpm run bump -- -p prerelease && pnpm publish --tag dev --no-git-checks"
}
}

1

types/pagination/index.d.ts
export * from "./cursor";
export * from "./page";