New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tutorialkit/theme

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tutorialkit/theme - npm Package Compare versions

Comparing version
0.0.1-alpha.26
to
0.0.1
+3
-2
package.json
{
"name": "@tutorialkit/theme",
"version": "0.0.1-alpha.26",
"version": "0.0.1",
"description": "TutorialKit theme configuration",

@@ -29,4 +29,5 @@ "author": "StackBlitz Inc.",

"scripts": {
"build": "tsc -b"
"build": "tsc -b",
"dev": "pnpm run build --watch --preserveWatchOutput"
}
}