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 2.0.4 to 2.0.5

4

examples/FormModalFromURL/FormModalFromURL.js

@@ -31,6 +31,4 @@ import {FormFromURL} from "@htmlguyllc/jpack/es/components/form";

options = typeof options === "undefined" ? {} : options;
if( typeof options !== "object" ) throw `${options} is not an object`;
//make sure options is an object (empty or not)
type_checks.isDataObject(options, Object.keys(FormModalFromURLDefaults), false, false, true);
//start by extending modal options so the individual defaults above aren't overwritten, just the ones you pass are

@@ -37,0 +35,0 @@ options.modalOptions = {...FormModalFromURLDefaults.modalOptions, ...options.modalOptions};

{
"name": "@htmlguyllc/jpack",
"version": "2.0.4",
"version": "2.0.5",
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities",

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

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