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

@stencil/angular-output-target

Package Overview
Dependencies
Maintainers
13
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/angular-output-target - npm Package Compare versions

Comparing version 0.4.0-1 to 0.4.0-2

4

angular-component-lib/utils.ts

@@ -46,5 +46,5 @@ /* eslint-disable */

// tslint:disable-next-line: only-arrow-functions
export function ProxyCmp(opts: { tagName: string, defineCustomElementFn?: () => void, inputs?: any; methods?: any }) {
export function ProxyCmp(opts: { defineCustomElementFn?: () => void, inputs?: any; methods?: any }) {
const decorator = function (cls: any) {
const { tagName, customElement, inputs, methods } = opts;
const { defineCustomElementFn, inputs, methods } = opts;

@@ -51,0 +51,0 @@ if (defineCustomElementFn !== undefined) {

@@ -94,3 +94,2 @@ import { dashToPascalCase, normalizePath } from './utils';

const proxMeta = [
`tagName: \'${tagName}\'`,
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}`

@@ -97,0 +96,0 @@ ];

@@ -180,3 +180,2 @@ 'use strict';

const proxMeta = [
`tagName: \'${tagName}\'`,
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}`

@@ -183,0 +182,0 @@ ];

@@ -172,3 +172,2 @@ import path from 'path';

const proxMeta = [
`tagName: \'${tagName}\'`,
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}`

@@ -175,0 +174,0 @@ ];

{
"name": "@stencil/angular-output-target",
"version": "0.4.0-1",
"version": "0.4.0-2",
"description": "Angular output target for @stencil/core components.",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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