You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

esroll

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esroll - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+21
-21
package.json
{
"name": "esroll",
"description": "Build tool combining esbuild and rollup for bundling TypeScript and JavaScript with declaration generation and API documentation",
"version": "1.1.0",
"version": "1.1.1",
"author": {

@@ -11,5 +11,5 @@ "name": "escapace",

"dependencies": {
"@microsoft/api-extractor": "^7.53.1",
"@microsoft/api-extractor-model": "^7.31.1",
"@microsoft/tsdoc": "^0.15.1",
"@microsoft/api-extractor": "^7.55.2",
"@microsoft/api-extractor-model": "^7.32.2",
"@microsoft/tsdoc": "^0.16.0",
"@rollup/plugin-json": "^6.1.0",

@@ -19,4 +19,4 @@ "@rollup/pluginutils": "^5.3.0",

"console-table-printer": "^2.15.0",
"es-toolkit": "^1.40.0",
"esbuild": "^0.25.11",
"es-toolkit": "^1.43.0",
"esbuild": "^0.27.2",
"find-up": "^8.0.0",

@@ -41,3 +41,3 @@ "github-slugger": "^2.0.0",

"pretty-bytes": "^7.1.0",
"rollup": "^4.52.5",
"rollup": "^4.54.0",
"source-map": "^0.7.6",

@@ -48,23 +48,23 @@ "unist-util-visit": "^5.0.0",

"devDependencies": {
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@escapace/pnpm-pack": "0.6.0",
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"@escapace/pnpm-pack": "0.6.1",
"@ls-lint/ls-lint": "2.3.1",
"@types/mdast": "4.0.4",
"@types/node": "24.9.1",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.38.0",
"eslint-config-escapace": "5.9.3",
"knip": "5.66.2",
"lefthook": "1.13.6",
"prettier": "3.6.2",
"@types/node": "25.0.3",
"@vitest/coverage-v8": "4.0.16",
"eslint": "9.39.2",
"eslint-config-escapace": "5.10.1",
"knip": "5.79.0",
"lefthook": "2.0.13",
"prettier": "3.7.4",
"prettier-config-escapace": "1.2.1",
"syncpack": "13.0.4",
"tsx": "4.20.6",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
},
"engines": {
"node": ">=24.9.0",
"pnpm": ">=10.17.1"
"pnpm": ">=10.27.0"
},

@@ -95,3 +95,3 @@ "exports": {

"build": "tsx scripts/build.ts",
"format": "syncpack format && eslint --no-warn-ignored --fix && prettier -uw .",
"format": "syncpack format && eslint --no-warn-ignored --fix && prettier --no-error-on-unmatched-pattern -uw .",
"lint": "ls-lint --config .ls-lint.yaml && knip --no-config-hints && eslint",

@@ -98,0 +98,0 @@ "ls-lint": "ls-lint --config .ls-lint.yaml",

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