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

@patternfly/create-element

Package Overview
Dependencies
Maintainers
16
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.1 to 1.0.2

1

main.js

@@ -8,3 +8,2 @@ import { generateElement, PackageJSONError } from './generator/element.js';

const ERR_BAD_CE_TAG_NAME = 'Custom element tag names must contain a hyphen (-)';
const b = Chalk.cyanBright;
/** generated at https://dom111.github.io/image-to-ansi/ */

@@ -11,0 +10,0 @@ function banner() {

2

package.json
{
"name": "@patternfly/create-element",
"version": "1.0.1",
"version": "1.0.2",
"description": "Scaffold web components monorepos based on PatternFly Elements",

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

@@ -17,2 +17,2 @@ {% renderOverview %}

{% renderCssParts %}{% endrenderCssParts %}
{% renderCssParts %}{% endrenderCssParts %}

@@ -8,2 +8,6 @@ import { expect, html } from '@open-wc/testing';

let element: <%= className %>;
it('imperatively instantiates', function() {
expect(document.createElement('<%= tagName %>')).to.be.an.instanceof(<%= className %>);
});
it('should upgrade', async function() {

@@ -10,0 +14,0 @@ element = await createFixture<<%= className %>>(html`<<%= tagName %>></<%= tagName %>>`);

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