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

@htmlguyllc/jpack

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@htmlguyllc/jpack - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

package.json
{
"name": "@htmlguyllc/jpack",
"version": "4.1.2",
"version": "4.1.3",
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,3 +10,3 @@ # jPack

...where else can you get a component to grab a form from another page and stick it on the current one with XHR and XHR submission in [3 lines of custom JS](#3lineofjs)?
...where else can you get a component to grab a form from another page and stick it on the current one with XHR and XHR submission in [4 lines of custom JS](#4lineofjs)?

@@ -351,3 +351,3 @@ <h1 id="whatsincluded">What's Included</h1>

<h4 id="3lineofjs">How to get and submit a form in 3 lines of javascript:</h4>
<h4 id="4lineofjs">How to get and submit a form in 4 lines of javascript:</h4>
<i>

@@ -359,2 +359,3 @@ - Success/failure messages will be shown in an alert

```javascript
import {FormFromURL} from '@htmlguyllc/jpack/es/forms';
new FormFromURL('/email-form', {

@@ -361,0 +362,0 @@ insertIntoElement: 'body.form-container',

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