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

@hephaestus/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hephaestus/core - npm Package Compare versions

Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.14

9

dist/index.d.ts

@@ -97,6 +97,11 @@ import { ConditionalKeys, Promisable, UnionToIntersection } from 'type-fest';

required?: boolean;
type: number;
}
declare type ConvertOptionsToArgs<T extends readonly BaseOption[]> = UnionToIntersection<{
declare type ConvertOptionsToArgs<T extends readonly BaseOption[], D> = UnionToIntersection<{
[P in keyof T]: {
[_ in T[P]['name']]: T[P]['required'] extends true ? T[P] : T[P] | undefined;
[_ in T[P]['name']]: T[P]['required'] extends true ? {
type: T[P]['type'];
} & D : {
type: T[P]['type'];
} & D | undefined;
};

@@ -103,0 +108,0 @@ }[number]>;

{
"name": "@hephaestus/core",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "> TODO: description",

@@ -40,3 +40,3 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>",

},
"gitHead": "23a2b18ba0978dd9b2af99ff9bdbb0d236cae662"
"gitHead": "322fc7420bd732d23183cb91e5a07495338a4ec6"
}
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