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

markstream-core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markstream-core - npm Package Compare versions

Comparing version
1.0.0-rc.0
to
1.0.0
+9
-7
package.json
{
"name": "markstream-core",
"type": "module",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"packageManager": "pnpm@10.33.4",
"description": "Framework-agnostic smooth streaming controller and streaming text state utilities for Markstream",

@@ -40,7 +41,2 @@ "author": "Simon He",

],
"devDependencies": {
"tsdown": "^0.15.12",
"typescript": "^5.9.3",
"vitest": "^4.1.6"
},
"scripts": {

@@ -54,4 +50,10 @@ "dev": "tsdown --watch",

"lint:fix": "eslint . --cache --fix",
"prepublishOnly": "pnpm run build",
"release": "bumpp --commit --no-tag --no-push && npm publish --access public && node ../../scripts/tag-package.mjs --package-json package.json --push"
},
"devDependencies": {
"tsdown": "^0.15.12",
"typescript": "^5.9.3",
"vitest": "^4.1.6"
}
}
}