Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rashedmakkouk/dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rashedmakkouk/dev-utils - npm Package Compare versions

Comparing version
0.15.0
to
0.15.1
+16
-0
CHANGELOG.md
# Changelog
## 0.14.0 (2023-01-26)
### Changes
- chore: Update `Year` and contact handle in `LICENSE`
### Documentation
- docs: Add supported platform usage information in `README.md`
### Features
- feat: Bump package version from `0.15.0` to `0.15.1`
- Update release `CHANGELOG.md`
- feat: Upgrade package dependencies --latest
## 0.14.0 (2023-01-23)

@@ -4,0 +20,0 @@

+1
-1
BSD 3-Clause License
Copyright (c) 2022, Rashed Makkouk
Copyright (c) 2023, Rashed Makkouk (@rashedmakkouk)
All rights reserved.

@@ -5,0 +5,0 @@

{
"name": "@rashedmakkouk/dev-utils",
"version": "0.15.0",
"version": "0.15.1",
"description": "Utility library.",

@@ -66,3 +66,3 @@ "displayName": "@rashedmakkouk/dev-utils",

"devDependencies": {
"@rashedmakkouk/eslint-config": "^0.8.1",
"@rashedmakkouk/eslint-config": "^0.8.2",
"@types/color-convert": "^2.0.0",

@@ -75,3 +75,3 @@ "@types/lodash": "^4.14.191",

"@types/uuid": "^9.0.0",
"@types/validator": "^13.7.10",
"@types/validator": "^13.7.11",
"shelljs": "^0.8.5",

@@ -78,0 +78,0 @@ "ts-node": "^10.9.1",

@@ -36,2 +36,4 @@ # Dev Utils

This package can be used in both the browser and Node.js projects.
### Using ES6 module syntax

@@ -38,0 +40,0 @@

Sorry, the diff of this file is too big to display