New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 7.0.2 to 7.0.3

2

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

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

@@ -201,4 +201,4 @@ # jPack

navigation.onNavigationFailure(function(e){
var error_msg = e.details.error;
var axios_error = e.details.axios_error;
var error_msg = e.detail.error;
var axios_error = e.detail.axios_error;
//.. do something...like show an error popup for the user or log the issue

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