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

@availity/native-form

Package Overview
Dependencies
Maintainers
13
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/native-form - npm Package Compare versions

Comparing version 2.8.4 to 2.8.5

src/flattenObject.js

8

CHANGELOG.md

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

7

package.json
{
"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', () => {

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