@availity/native-form
Advanced tools
Comparing version 2.6.0 to 2.7.1-alpha.454
@@ -35,4 +35,4 @@ import flattenObject from './flattenObject'; | ||
form.insertAdjacentHTML('beforeend', fields); | ||
document.body.appendChild(form); | ||
document.body.append(form); | ||
form.submit(); | ||
}; |
{ | ||
"name": "@availity/native-form", | ||
"version": "2.6.0", | ||
"version": "2.7.1-alpha.454+2255d11", | ||
"description": "Submit JSON data via a native form, not AJAX. Useful when you need to open a new page with a POST action.", | ||
@@ -19,3 +19,4 @@ "main": "index.js", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "2255d115555d91ec7e6ec787844590d288034976" | ||
} |
@@ -1,2 +0,2 @@ | ||
import nativeForm from '../'; | ||
import nativeForm from '..'; | ||
import flattenObject from '../flattenObject'; | ||
@@ -53,3 +53,3 @@ | ||
test('spaceId is required', () => { | ||
expect(() => nativeForm()).toThrowError( | ||
expect(() => nativeForm()).toThrow( | ||
'spaceId is required and was not provided' | ||
@@ -56,0 +56,0 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11075
7
2
2