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

@chatally/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatally/core - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+2
-2
.turbo/turbo-build.log
> @chatally/core@0.0.2 build
> @chatally/core@0.0.3 build
> tsup

@@ -14,3 +14,3 @@

DTS Build start
DTS ⚡️ Build success in 1142ms
DTS ⚡️ Build success in 1146ms
DTS dist/index.d.ts 7.64 KB
> @chatally/core@0.0.2 test
> @chatally/core@0.0.3 test
> vitest run

@@ -8,8 +8,8 @@

✓ lib/application.test.js  (7 tests) 12ms
✓ lib/application.test.js  (7 tests) 11ms
 Test Files  1 passed (1)
 Tests  7 passed (7)
 Start at  15:44:35
 Duration  551ms (transform 94ms, setup 0ms, collect 90ms, tests 12ms, environment 0ms, prepare 99ms)
 Start at  16:13:37
 Duration  602ms (transform 136ms, setup 0ms, collect 97ms, tests 11ms, environment 0ms, prepare 219ms)
# @chatally/core
## 0.0.3
### Patch Changes
- be4d65c: Removed internal dependency
- Updated dependencies [be4d65c]
- @chatally/logger@0.0.3
## 0.0.2

@@ -4,0 +12,0 @@

{
"name": "@chatally/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "ChatAlly Core Modules",

@@ -22,6 +22,5 @@ "license": "MIT",

"dependencies": {
"@chatally/logger": "*",
"@internal/utils": "*"
"@chatally/logger": "*"
},
"devDependencies": {}
}