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.0.7 to 4.0.8

2

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

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

# jPack
jPack is a library of components, classes, plugin wrappers, and utilities designed to make building custom websites simpler.
<h1 id="top">What's Included</h1>
<h1 id="whatsincluded">What's Included</h1>

@@ -91,3 +91,3 @@ Component | Data Type | Singleton? | What it does

---
<h2 id="navigation">Navigation</h2> [back to top](#top)<br><br>
<h2 id="navigation">Navigation</h2> [back to top](#whatsincluded)<br><br>
<i>Grabs HTML from a URL and replaces content on the current page. Handles browser history, meta title swaps, and offers several callbacks</i><br><br>

@@ -226,3 +226,3 @@

---
<h2 id="xhrform">XHRForm</h2> [back to top](#top)<br><br>
<h2 id="xhrform">XHRForm</h2> [back to top](#whatsincluded)<br><br>
<i>Adds an on-submit listener and sends the form values using XHR with callbacks for success/failure</i><br><br>

@@ -281,3 +281,3 @@

---
<h2 id="formfromurl">FormFromURL</h2> [back to top](#top)<br><br>
<h2 id="formfromurl">FormFromURL</h2> [back to top](#whatsincluded)<br><br>

@@ -343,3 +343,3 @@ <i>Grabs a form from a URL and places it on the current page (examples/FormModalFromURL shows how to put the form in a modal) and then uses an XHR request to submit the form</i><br>

---
<h2 id="request">Request</h2> [back to top](#top)<br><br>
<h2 id="request">Request</h2> [back to top](#whatsincluded)<br><br>
<i>Provides a wrapper for window.location and easy querystring interaction</i><br><br>

@@ -371,3 +371,3 @@

---
<h2 id="site">Site</h2> [back to top](#top)<br><br>
<h2 id="site">Site</h2> [back to top](#whatsincluded)<br><br>
<i>A generic website class with properties for id, name, and config - useful for multi-tenant applications where you need to know which site is being viewed</i><br><br>

@@ -427,3 +427,3 @@

---
<h2 id="user">User</h2> [back to top](#top)<br><br>
<h2 id="user">User</h2> [back to top](#whatsincluded)<br><br>
<i>A generic user class with properties for id, name, email, phone, etc - also allows for front-end permission checks</i><br><br>

@@ -505,3 +505,3 @@

---
<h2 id="strings">Strings</h2> [back to top](#top)<br><br>
<h2 id="strings">Strings</h2> [back to top](#whatsincluded)<br><br>
<i>Contains methods for semi-common string manipulation like creating a getter from a string ('hi' = 'getHi')</i><br><br>

@@ -526,3 +526,3 @@

---
<h2 id="dom">DOM</h2> [back to top](#top)<br><br>
<h2 id="dom">DOM</h2> [back to top](#whatsincluded)<br><br>
<i>Has methods for converting just about anything into a native DOM Element or array of them (you can provide a string selector, jQuery object, native DOM object, etc). Also has some shortcuts for common DOM checks/manipulation (like removing an element, verifying an element exists in the DOM, or replacing an element with HTML)</i><br><br>

@@ -558,3 +558,3 @@

---
<h2 id="typechecks">Type Checks</h2> [back to top](#top)<br><br>
<h2 id="typechecks">Type Checks</h2> [back to top](#whatsincluded)<br><br>
<i>Validate the value of a variable with higher specificity than built-in functions. For instance, you can validate an object contains specific keys and throw errors if not, or if it contains keys that you didn't define</i><br><br>

@@ -582,3 +582,3 @@

---
<h2 id="events">Events</h2> [back to top](#top)<br><br>
<h2 id="events">Events</h2> [back to top](#whatsincluded)<br><br>
<i>Includes shorthand methods for preventing the browser's default action onsubmit, onclick. Other methods are included for consistency like onchange (which does not prevent default since that is generally not preferred)</i><br><br>

@@ -585,0 +585,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