Socket
Socket
Sign inDemoInstall

jaz-ts-utils

Package Overview
Dependencies
3
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.1 to 7.4.0

3

dist/types.d.ts

@@ -32,1 +32,4 @@ export declare type Exclusive<A extends object, B extends object> = Omit<A, keyof B> & Omit<B, keyof A>;

};
export declare type RemoveField<T, K extends string> = T extends {
[P in K]: any;
} ? Omit<T, K> : never;

4

package.json
{
"name": "jaz-ts-utils",
"version": "7.3.1",
"version": "7.4.0",
"description": "",

@@ -63,2 +63,2 @@ "main": "dist/index.js",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc