@availity/native-form
Advanced tools
Comparing version 2.8.4 to 2.8.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.8.5](https://github.com/Availity/sdk-js/compare/@availity/native-form@2.8.4...@availity/native-form@2.8.5) (2020-01-03) | ||
**Note:** Version bump only for package @availity/native-form | ||
## [2.8.4](https://github.com/Availity/sdk-js/compare/@availity/native-form@2.8.3...@availity/native-form@2.8.4) (2019-10-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@availity/native-form", | ||
"version": "2.8.4", | ||
"version": "2.8.5", | ||
"description": "Submit JSON data via a native form, not AJAX. Useful when you need to open a new page with a POST action.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"types": "index.d.ts", | ||
@@ -21,3 +22,3 @@ "scripts": { | ||
}, | ||
"gitHead": "f0b6e96115e9503d98fb8bb8d9d30cc735f27701" | ||
"gitHead": "239e4a2312aec4d16ff2ca3d219faae7570c0ccd" | ||
} |
import nativeForm from '..'; | ||
import flattenObject from '../flattenObject'; | ||
import flattenObject from '../src/flattenObject'; | ||
@@ -4,0 +4,0 @@ describe('nativeForm', () => { |
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
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
11747