New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ambitiondev/form-utils

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambitiondev/form-utils - npm Package Compare versions

Comparing version

to
0.0.2-2

7

CHANGELOG.md

@@ -5,2 +5,8 @@ ### Changelog

#### [0.0.2-1](https://github.com/ambitiondev/form-utils/compare/0.0.2-1...0.0.2-1)
> 12 October 2020
- fix: release it bump to before for up-to-date changelog [`b8f0eb3`](https://github.com/ambitiondev/form-utils/commit/b8f0eb31542cc16486a92a3acd9978ab35f4f8d1)
#### [0.0.2-1](https://github.com/ambitiondev/form-utils/compare/0.0.2-0...0.0.2-1)

@@ -11,2 +17,3 @@

- fix: add dist folder to git for github releases [`840f3b9`](https://github.com/ambitiondev/form-utils/commit/840f3b9b04eebfe105add8921012c232e11a66f7)
- release: 0.0.2-1 [`9f0cac5`](https://github.com/ambitiondev/form-utils/commit/9f0cac53f922477bb6a336027efb698fcbcbcd2f)

@@ -13,0 +20,0 @@ #### 0.0.2-0

4

package.json
{
"name": "@ambitiondev/form-utils",
"version": "0.0.2-1",
"version": "0.0.2-2",
"description": "A bundle of form utilities for usage in your (web)app",

@@ -55,3 +55,3 @@ "main": "dist/form-utils.js",

"hooks": {
"after:bump": "npx auto-changelog --hide-credit --output CHANGELOG.md -p"
"before:bump": "npx auto-changelog --hide-credit --output CHANGELOG.md -p"
}

@@ -58,0 +58,0 @@ },