🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

common-resolver

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-resolver - npm Package Compare versions

Comparing version
0.0.14
to
0.0.15
+1
-1
dist/exports/types.d.ts

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

export * from '../types';
export { Resolver } from '../types';

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

export * from '../types';
export {};

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

export type RecursivePartial<T> = {
type RecursivePartial<T> = {
[P in keyof T]?: T[P] extends object ? RecursivePartial<T[P]> : string;

@@ -3,0 +3,0 @@ };

{
"name": "common-resolver",
"version": "0.0.14",
"version": "0.0.15",
"scripts": {

@@ -31,4 +31,4 @@ "build": "tsc"

"./types": {
"import": "./dist/exports/types.js",
"types": "./dist/exports/types.d.ts"
"import": "./dist/types/index.js",
"types": "./dist/types/index.d.ts"
}

@@ -35,0 +35,0 @@ },