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

typed-path

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-path - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

dist/index.d.ts

@@ -16,3 +16,3 @@ export declare type TypedPathKey = string | symbol | number;

};
declare type DefaultHandlers = typeof defaultHandlersConfig;
export declare type DefaultHandlers = typeof defaultHandlersConfig;
export declare type TypedPathHandlers<ConfigType extends TypedPathHandlersConfig> = {

@@ -19,0 +19,0 @@ [key in keyof ConfigType]: ReturnType<ConfigType[key]>;

@@ -41,3 +41,3 @@ export type TypedPathKey = string | symbol | number;

type DefaultHandlers = typeof defaultHandlersConfig;
export type DefaultHandlers = typeof defaultHandlersConfig;

@@ -44,0 +44,0 @@ export type TypedPathHandlers<ConfigType extends TypedPathHandlersConfig> = {

{
"name": "typed-path",
"version": "2.2.2",
"version": "2.2.3",
"description": "Type safe object string paths for typescript.",

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

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