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

configuration

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configuration - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

dist/types.d.ts

@@ -26,3 +26,3 @@ import type { WriteOptions } from 'atomically/dist/types';

};
type Filter = (value: Data) => Data;
type Filter = (value: Data) => Data | undefined;
type ChangeHandler = ((value: Value | undefined, valuePrev: Value | undefined) => void) | (() => void);

@@ -29,0 +29,0 @@ type ChangeHandlerData = {

@@ -5,3 +5,3 @@ {

"description": "Performant and feature rich library for managing configurations/settings.",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",

@@ -8,0 +8,0 @@ "sideEffects": false,

@@ -37,3 +37,3 @@

type Filter = ( value: Data ) => Data;
type Filter = ( value: Data ) => Data | undefined;

@@ -40,0 +40,0 @@ type ChangeHandler = (( value: Value | undefined, valuePrev: Value | undefined ) => void) | (() => void);

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