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

@dependabit/utils

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

@dependabit/utils - npm Package Compare versions

Comparing version
0.1.13
to
0.1.14
+9
-0
CHANGELOG.md
# @dependabit/utils
## 0.1.14
### Patch Changes
- [#76](https://github.com/pradeepmouli/dependabit/pull/76) [`7952538`](https://github.com/pradeepmouli/dependabit/commit/7952538578b97472f9da49056db535abf8c6a26a) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - test: trigger CI pipeline
- Updated dependencies [[`7952538`](https://github.com/pradeepmouli/dependabit/commit/7952538578b97472f9da49056db535abf8c6a26a)]:
- @dependabit/core@0.1.14
## 0.1.13

@@ -4,0 +13,0 @@

+3
-3
{
"name": "@dependabit/utils",
"version": "0.1.13",
"version": "0.1.14",
"repository": {

@@ -28,3 +28,3 @@ "type": "git",

"dependencies": {
"@dependabit/core": "0.1.13"
"@dependabit/core": "0.1.14"
},

@@ -45,3 +45,3 @@ "devDependencies": {

"build": "tsgo -p tsconfig.json",
"clean": "rm -rf dist",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"dev": "tsx watch src/index.ts",

@@ -48,0 +48,0 @@ "type-check": "tsgo --noEmit -p tsconfig.json",