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

10

CHANGELOG.md

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

#### [0.0.2-3](https://github.com/ambitiondev/form-utils/compare/0.0.2-3...0.0.2-3)
#### [0.0.2](https://github.com/ambitiondev/form-utils/compare/0.0.2...0.0.2)
> 12 October 2020
- chore: update docs [`54a1876`](https://github.com/ambitiondev/form-utils/commit/54a1876873d29d4eb92a1cf82e69e7801db15902)
#### [0.0.2](https://github.com/ambitiondev/form-utils/compare/0.0.2-3...0.0.2)
> 12 October 2020
- release: 0.0.2 [`f947c63`](https://github.com/ambitiondev/form-utils/commit/f947c636e6b96a948b5772917d3bc32818a4ce67)
#### [0.0.2-3](https://github.com/ambitiondev/form-utils/compare/0.0.2-2...0.0.2-3)

@@ -11,0 +19,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "dist/form-utils.common.js",

@@ -34,3 +34,3 @@ # Ambitiondev Form utils

```
import { formDataToJson } from '@ambitiondev/form-utils'
import { formDataToJSON } from '@ambitiondev/form-utils'

@@ -42,3 +42,3 @@ const form = document.querySelector('form');

const processedData = formDataToJson(data);
const processedData = formDataToJSON(data);
```

@@ -45,0 +45,0 @@