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

@patternfly/create-element

Package Overview
Dependencies
Maintainers
15
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/create-element - npm Package Compare versions

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

1

generator/element.js

@@ -178,2 +178,3 @@ "use strict";

await writeElementFiles(options);
analyzeElement;
if (options.monorepo) {

@@ -180,0 +181,0 @@ await updateTsconfig(options);

2

main.d.ts

@@ -18,4 +18,4 @@ export interface BaseOptions {

}
export declare type PromptOptions<T> = Partial<T> & BaseOptions;
export type PromptOptions<T> = Partial<T> & BaseOptions;
export declare function promptForElementGeneratorOptions(options?: PromptOptions<GenerateElementOptions>): Promise<GenerateElementOptions>;
export declare function main(): Promise<void>;
{
"name": "@patternfly/create-element",
"version": "1.0.0-next.13",
"version": "1.0.0-next.14",
"description": "Scaffold web components monorepos based on PatternFly Elements",

@@ -5,0 +5,0 @@ "author": "Benny Powers <bennyp@redhat.com>",

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