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

@loopstack/chat-example-workflow

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopstack/chat-example-workflow - npm Package Compare versions

Comparing version
0.21.1
to
0.21.2
+12
-7
package.json

@@ -12,3 +12,3 @@ {

],
"version": "0.21.1",
"version": "0.21.2",
"license": "Apache-2.0",

@@ -34,7 +34,7 @@ "author": {

"dependencies": {
"@loopstack/claude-module": "^0.22.0",
"@loopstack/common": "^0.25.0",
"@loopstack/core": "^0.25.0",
"@loopstack/create-chat-message-tool": "^0.21.1",
"@nestjs/common": "^11.1.14",
"@loopstack/claude-module": "^0.22.1",
"@loopstack/common": "^0.25.1",
"@loopstack/core": "^0.25.1",
"@loopstack/create-chat-message-tool": "^0.21.2",
"@nestjs/common": "^11.1.19",
"zod": "^4.3.6"

@@ -55,3 +55,8 @@ },

"transform": {
"^.+\\.ts$": "ts-jest"
"^.+\\.ts$": [
"ts-jest",
{
"tsconfig": "tsconfig.spec.json"
}
]
},

@@ -58,0 +63,0 @@ "collectCoverageFrom": [