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

@netvlies/utility-collection

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netvlies/utility-collection - npm Package Compare versions

Comparing version

to
0.2.2

21

dist/index.cjs.js

@@ -5,2 +5,21 @@ 'use strict';

function _interopNamespaceDefault(e) {
const n = Object.create(null);
if (e) {
for (const k in e) {
if (k !== 'default') {
const d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
}
}
n.default = e;
return Object.freeze(n);
}
const qs__namespace = /*#__PURE__*/_interopNamespaceDefault(qs);
const BUNDLE_NAME = 'NVS Utility Collection';

@@ -61,3 +80,3 @@

setQueryParams(query) {
this.url = `${this.url}?${qs.stringify(query)}`;
this.url = `${this.url}?${qs__namespace.stringify(query)}`;
return this;

@@ -64,0 +83,0 @@ }

2

dist/index.esm.js

@@ -1,2 +0,2 @@

import qs from 'qs';
import * as qs from 'qs';

@@ -3,0 +3,0 @@ const BUNDLE_NAME = 'NVS Utility Collection';

{
"name": "@netvlies/utility-collection",
"version": "0.2.1",
"version": "0.2.2",
"description": "Collection of frequently used utilities by Netvlies",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet