Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anephenix/sarus

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anephenix/sarus - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

scripts/update-changelog.ts

10

CHANGELOG.md
# CHANGELOG
### 0.6.2 - Monday 30th September, 2024
- Tweaks to the prepare-patch-release command
- Use a script to prepare the patch release
- A workaround for the GitHub action to fetch tags
- Running publish will update the changelog automatically
- Small tweak to the changelog script
- Added a script to generate updates for the changelog
- Updated Changelog
### 0.6.1 - Friday 27th September, 2024

@@ -4,0 +14,0 @@

11

package.json
{
"name": "@anephenix/sarus",
"version": "0.6.1",
"version": "0.6.2",
"description": "A WebSocket JavaScript library",

@@ -38,2 +38,3 @@ "main": "dist/index.js",

"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"

@@ -43,6 +44,8 @@ },

"build": "tsc --project tsconfig.json",
"watch": "tsc --project tsconfig.json --watch",
"check-prettier": "prettier src __tests__ --check",
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && git commit -m \"Updated changelog\" && npm version patch",
"prettier": "prettier src __tests__ --write",
"test": "jest --coverage",
"prettier": "prettier src __tests__ --write",
"check-prettier": "prettier src __tests__ --check"
"update-changelog": "npx ts-node scripts/update-changelog.ts",
"watch": "tsc --project tsconfig.json --watch"
},

@@ -49,0 +52,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc