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

@aofl/form-validate

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/form-validate - npm Package Compare versions

Comparing version 3.0.0-beta.9 to 3.0.0-beta.11

.jsdocrc.json

2

.aofl.js

@@ -7,3 +7,3 @@ const path = require('path');

build: {
filename: '[name].js',
filename: '[name].min.js',
path: path.join(__dirname, 'dist'),

@@ -10,0 +10,0 @@ entryReplace: {

@@ -104,4 +104,3 @@ /**

/**
*
*
* @type {Promise}
*/

@@ -108,0 +107,0 @@ get validateComplete() {

@@ -79,2 +79,3 @@ /**

* @readonly
* @type {Boolean}
*/

@@ -97,2 +98,3 @@ get valid() {

* @readonly
* @type {Boolean}
*/

@@ -115,2 +117,3 @@ get pending() {

* @readonly
* @type {Boolean}
*/

@@ -147,2 +150,3 @@ get observed() {

* @readonly
* @type {Promise}
*/

@@ -149,0 +153,0 @@ get validateComplete() {

{
"name": "@aofl/form-validate",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.11",
"description": "Form validation mixin for AoflElement",
"main": "dist/index.js",
"typings": "types.d.ts",
"scripts": {

@@ -10,3 +11,4 @@ "test": "echo \"Error: no test specified\" && exit 1",

"build:dev": "cross-env NODE_ENV=development npx aofl build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build && npm run docs",
"docs": "jsdoc -c .jsdocrc.json ."
},

@@ -37,6 +39,9 @@ "repository": {

"devDependencies": {
"@aofl/cli": "^3.0.0-beta.6",
"cross-env": "^6.0.3"
"@aofl/cli": "^3.0.0-beta.10",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"jsdoc-babel": "^0.5.0",
"tsd-jsdoc": "^2.4.0"
},
"gitHead": "e9e6bf24a51611b9b997dc99e770d43466ba063d"
"gitHead": "ad7cdc30523ea031f8d1bf5c62440f80f75a7308"
}
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