Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.9 to 1.5.0

2

dist/http/index.js

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

for (var k1 in d) {
d[k1] = encodeURI(k1);
d[k1] = encodeURI(d[k1]);
}

@@ -102,0 +102,0 @@ return d;

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

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

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

for (let k1 in d) {
d[k1] = encodeURI(k1)
d[k1] = encodeURI(d[k1])
}

@@ -66,0 +66,0 @@ return d

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