🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@typestyles/build-runner

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typestyles/build-runner - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+3
-1
package.json
{
"name": "@typestyles/build-runner",
"version": "0.2.0",
"version": "0.3.0",
"description": "Shared module execution utilities for typestyles build integrations",

@@ -29,2 +29,3 @@ "type": "module",

"@types/node": "^25.2.1",
"eslint": "^9.39.2",
"tsup": "^8.0.0",

@@ -41,4 +42,5 @@ "typescript": "^5.4.0"

"build": "tsup src/index.ts --format esm,cjs --dts --clean",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
}
}