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.3 to 2.0.4

8

es/components/form/index.js

@@ -52,6 +52,4 @@ import axios from 'axios';

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(XHRFormDefaults), false, false, true);
//extend defaults with provided options

@@ -425,6 +423,4 @@ options = {...XHRFormDefaults, ...options};

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(FormFromURLDefaults), false, false, true);
//extend defaults with provided options

@@ -431,0 +427,0 @@ options = {...FormFromURLDefaults, ...options};

{
"name": "@htmlguyllc/jpack",
"version": "2.0.3",
"version": "2.0.4",
"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