Sign In

@tasknet-protocol/shared

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tasknet-protocol/shared - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.3.0
to
0.3.1
+7
-7
package.json
{
"name": "@tasknet-protocol/shared",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared types and constants for TaskNet Protocol",

@@ -18,7 +18,2 @@ "main": "./dist/index.js",

],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
},
"devDependencies": {

@@ -33,3 +28,8 @@ "@types/node": "^20",

"url": "https://github.com/mission69b/tasknet-protocol"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
}
}
}