🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@spark-ui/cli-utils

Package Overview
Dependencies
Maintainers
7
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/cli-utils - npm Package Compare versions

Comparing version

to
10.3.2

src/generate/templates/util/[tsup.config.ts].js

4

package.json
{
"name": "@spark-ui/cli-utils",
"version": "10.3.1",
"version": "10.3.2",
"description": "Spark CLI utils",

@@ -46,3 +46,3 @@ "publishConfig": {

},
"gitHead": "6ecd303259f52e8e002ca82ffc368193e2357426"
"gitHead": "609d73832a624f499761547cdce9b5837dc03172"
}
export default () => `{
"extends": "../../../tsconfig.json",
"include": ["src/**/*", "../../global.d.ts"]
"include": ["src/**/*", "../../global.d.ts"],
"compilerOptions": {
"incremental": false
}
}
`

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