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

@batuhanw/haf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batuhanw/haf - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/types.d.ts

@@ -20,3 +20,3 @@ declare type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never;

IntersectValuesOf<{
[K in string & keyof Schema as AddPrefix<K, Prefix>]: Schema[K] extends Record<string, any> ? FlattenedWithDotNotation<Schema[K], AddPrefix<K, Prefix>> : never;
[K in string & keyof Schema as AddPrefix<K, Prefix>]: Schema[K] extends Array<any> ? never : Schema[K] extends object ? FlattenedWithDotNotation<Schema[K], AddPrefix<K, Prefix>> : never;
}>;

@@ -23,0 +23,0 @@ declare type PrimitiveTypes = string | number | boolean | any[] | Record<string, unknown>;

{
"name": "@batuhanw/haf",
"version": "0.1.2",
"version": "0.1.3",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=10"

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