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.14.6
to
0.14.7
+15
-2
CHANGELOG.md
# Changelog
## 0.22.0 (2021-06-11)
## 0.14.0 (2022-10-23)
### Changes
- chore: Upgrade package dependencies --latest
- chore: Upgrade Yarn from `3.2.0` to `3.2.4`
### Features
- feat: Bump package version from `0.14.6` to `0.14.7`
- Update package CHANGELOG.md
- Update package README.md
## 0.14.0 (2021-06-11)
### Documentation

@@ -13,3 +26,3 @@

## 0.22.0 (2021-06-08)
## 0.14.0 (2021-06-08)

@@ -16,0 +29,0 @@ ### Changed

+23
-22
{
"name": "@rashedmakkouk/dev-utils",
"version": "0.14.6",
"version": "0.14.7",
"description": "Utility library.",

@@ -53,7 +53,7 @@ "displayName": "@rashedmakkouk/dev-utils",

"dependencies": {
"autolinker": "^3.15.0",
"autolinker": "^4.0.0",
"color-convert": "^2.0.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.29.3",
"moment": "^2.29.4",
"normalizr": "^3.6.2",

@@ -63,12 +63,12 @@ "path": "^0.12.7",

"url-parse": "^1.5.10",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rashedmakkouk/eslint-config": "^0.7.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@rashedmakkouk/eslint-config": "^0.7.4",
"@types/color-convert": "^2.0.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.34",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.3",
"@types/shelljs": "^0.8.11",

@@ -78,20 +78,21 @@ "@types/sqlstring": "^2.3.0",

"@types/uuid": "^8.3.4",
"@types/validator": "^13.7.2",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"eslint": "^8.15.0",
"@types/validator": "^13.7.9",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"shelljs": "^0.8.5",
"standard-version": "^9.5.0",
"ts-node": "^10.7.0",
"typedoc": "^0.22.15",
"typescript": "4.6.4"
}
"ts-node": "^10.9.1",
"typedoc": "^0.23.17",
"typescript": "4.8.4"
},
"packageManager": "yarn@3.2.4"
}

@@ -536,6 +536,2 @@ # Dev Utils

'commodity'
singular({ key: 'posts' });
// Result.
''
```

@@ -542,0 +538,0 @@

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