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
4
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.0.2

4

dist/index.cjs.js

@@ -12,3 +12,3 @@ 'use strict';

// Vendor
class DynamicUrl {
class DynamicURL {
constructor(url) {

@@ -33,3 +33,3 @@ this.url = url;

exports.DynamicUrl = DynamicUrl;
exports.DynamicURL = DynamicURL;
//# sourceMappingURL=index.cjs.js.map
import qs from 'qs';
// Vendor
class DynamicUrl {
class DynamicURL {
constructor(url) {

@@ -24,3 +24,3 @@ this.url = url;

export { DynamicUrl };
export { DynamicURL };
//# sourceMappingURL=index.esm.js.map

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

declare class DynamicUrl {
declare class DynamicURL {
private url;

@@ -8,2 +8,2 @@ constructor(url: string);

}
export { DynamicUrl };
export { DynamicURL };
{
"name": "@netvlies/utility-collection",
"version": "0.0.1",
"version": "0.0.2",
"description": "Collection of frequently used utilities by Netvlies",

@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js",

"lint:fix": "npm run lint -- --fix",
"release": "npm run test && dotenv release-it",
"release": "npm run test && npm run build && dotenv release-it",
"test:unit": "jest",

@@ -21,0 +21,0 @@ "test": "npm run test:unit",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet