New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

karl-common-util

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karl-common-util - npm Package Compare versions

Comparing version 1.5.9 to 1.5.10

2

dist/http/index.js

@@ -66,3 +66,3 @@ "use strict";

if (isBrowser && mode === undefined && (url.startsWith("http://") || url.startsWith("https://"))) {
mode === "cors";
mode = "cors";
}

@@ -69,0 +69,0 @@

{
"name": "karl-common-util",
"version": "1.5.9",
"version": "1.5.10",
"description": "karl common lib for client and server",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -38,3 +38,3 @@ import "isomorphic-fetch"

if (isBrowser && mode === undefined && (url.startsWith("http://") || url.startsWith("https://"))) {
mode === "cors"
mode = "cors"
}

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