Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

k-history

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k-history - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/utils.js

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

return to;
var hash = to.hash, pathname = to.pathname, _a = to.query, query = _a === void 0 ? {} : _a, _b = to.search, search = _b === void 0 ? '' : _b;
var _a = to.hash, hash = _a === void 0 ? '' : _a, _b = to.pathname, pathname = _b === void 0 ? '' : _b, _c = to.query, query = _c === void 0 ? {} : _c, _d = to.search, search = _d === void 0 ? '' : _d;
var searchObject = qs_1.default.parse(search.replace(/^\?/, ''));

@@ -26,0 +26,0 @@ var mergedSearch = __assign(__assign({}, searchObject), query);

{
"name": "k-history",
"version": "0.0.3",
"version": "0.0.4",
"main": "./lib/index.js",

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

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