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

@matchlighter/common_library

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matchlighter/common_library - npm Package Compare versions

Comparing version 1.3.9 to 1.3.10

1

cjs/data/config.d.ts

@@ -16,2 +16,3 @@ declare type MergerFunc<T> = (base: T, layer: T) => T;

}
export declare function merger<T>(spec?: MergerMap<T>): ConfigMerger<T>;
export {};

@@ -42,2 +42,6 @@ "use strict";

exports.ConfigMerger = ConfigMerger;
function merger(spec) {
return new ConfigMerger(spec);
}
exports.merger = merger;
//# sourceMappingURL=config.js.map

@@ -16,2 +16,3 @@ declare type MergerFunc<T> = (base: T, layer: T) => T;

}
export declare function merger<T>(spec?: MergerMap<T>): ConfigMerger<T>;
export {};

@@ -39,2 +39,5 @@ export const RESET_TOKEN = Symbol();

}
export function merger(spec) {
return new ConfigMerger(spec);
}
//# sourceMappingURL=config.js.map

2

package.json
{
"name": "@matchlighter/common_library",
"version": "1.3.9",
"version": "1.3.10",
"description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries",

@@ -5,0 +5,0 @@ "author": "Matchlighter",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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