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

CHANGELOG.md

8

package.json
{
"name": "@ambitiondev/form-utils",
"version": "0.0.1",
"version": "0.0.2-0",
"description": "A bundle of form utilities for usage in your (web)app",
"main": "dist/index.js",
"main": "dist/form-utils.js",
"scripts": {

@@ -57,3 +57,7 @@ "build": "rollup -c --configProd",

}
},
"dependencies": {
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.3"
}
}
{
"compilerOptions": {
"baseUrl": ".",
"target": "es6",
"lib": [
"es2019",
"dom",
"dom.iterable"
],
}
}
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"target": "es5",
"lib": [
"es2019",
"dom",
"dom.iterable"
],
}
}