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.1 to 0.1.2

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, unknown> ? FlattenedWithDotNotation<Schema[K], AddPrefix<K, Prefix>> : never;
[K in string & keyof Schema as AddPrefix<K, Prefix>]: Schema[K] extends Record<string, any> ? 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.1",
"version": "0.1.2",
"engines": {

@@ -18,2 +18,3 @@ "node": ">=10"

"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepare": "npm run build",

@@ -50,2 +51,3 @@ "prepublishOnly": "npm test && npm run lint"

"eslint": "^7.18.0",
"eslint-plugin-expect-type": "0.0.5",
"jest": "^26.6.3",

@@ -52,0 +54,0 @@ "prettier": "^2.2.1",

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