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-3

dist/types/index.d.ts

9

CHANGELOG.md

@@ -5,6 +5,13 @@ ### Changelog

#### [0.0.2-1](https://github.com/ambitiondev/form-utils/compare/0.0.2-1...0.0.2-1)
#### [0.0.2-2](https://github.com/ambitiondev/form-utils/compare/0.0.2-2...0.0.2-2)
> 12 October 2020
- chore: add types and update config ts [`1934e7a`](https://github.com/ambitiondev/form-utils/commit/1934e7a063bce37725c8aa7447b115bae60ad532)
#### [0.0.2-2](https://github.com/ambitiondev/form-utils/compare/0.0.2-1...0.0.2-2)
> 12 October 2020
- release: 0.0.2-2 [`66d5f2d`](https://github.com/ambitiondev/form-utils/commit/66d5f2d0caf31bb6367b740f47e456ee23725530)
- fix: release it bump to before for up-to-date changelog [`b8f0eb3`](https://github.com/ambitiondev/form-utils/commit/b8f0eb31542cc16486a92a3acd9978ab35f4f8d1)

@@ -11,0 +18,0 @@

9

package.json
{
"name": "@ambitiondev/form-utils",
"version": "0.0.2-2",
"version": "0.0.2-3",
"description": "A bundle of form utilities for usage in your (web)app",
"main": "dist/form-utils.js",
"main": "dist/form-utils.common.js",
"types": "dist/types/index.d.ts",
"module": "dist/form-utils.esm.js",
"files": [
"dist"
],
"scripts": {

@@ -7,0 +12,0 @@ "build": "rollup -c --configProd",