Socket
Socket
Sign inDemoInstall

url-lib

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

20

lib/cjs/index.js

@@ -36,2 +36,20 @@ "use strict";

});
Object.defineProperty(exports, "UrlParamValue", {
enumerable: true,
get: function get() {
return _types.UrlParamValue;
}
});
Object.defineProperty(exports, "UrlParams", {
enumerable: true,
get: function get() {
return _types.UrlParams;
}
});
Object.defineProperty(exports, "NullableUrlParams", {
enumerable: true,
get: function get() {
return _types.NullableUrlParams;
}
});

@@ -48,2 +66,4 @@ var _getCacheDefeatStr = _interopRequireDefault(require("./getCacheDefeatStr"));

var _types = require("./types");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

3

lib/esm/index.js

@@ -5,2 +5,3 @@ export { default as getCacheDefeatStr } from './getCacheDefeatStr';

export { default as formatQuery } from './formatQuery';
export { default as formatUrl } from './formatUrl';
export { default as formatUrl } from './formatUrl';
export { UrlParamValue, UrlParams, NullableUrlParams } from './types';

@@ -6,1 +6,2 @@ export { default as getCacheDefeatStr } from './getCacheDefeatStr';

export { default as formatUrl } from './formatUrl';
export { UrlParamValue, UrlParams, NullableUrlParams } from './types';
{
"name": "url-lib",
"version": "3.0.2",
"version": "3.0.3",
"description": "A simple, lightweight string utility for Node and browsers that supports serializing and parsing URLs and query strings.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc