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

@availity/native-form

Package Overview
Dependencies
Maintainers
8
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.6.0 to 2.7.1-alpha.454

CHANGELOG.md

2

index.js

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

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