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
11
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.0.4 to 0.0.5

angular-component-lib/utils.ts

2

dist/generate-angular-component.d.ts

@@ -1,2 +0,2 @@

import { ComponentCompilerMeta } from '@stencil/core/internal';
import type { ComponentCompilerMeta } from '@stencil/core/internal';
export declare const createComponentDefinition: (componentCorePackage: string, distTypesDir: string, rootDir: string) => (cmpMeta: ComponentCompilerMeta) => string;

@@ -1,3 +0,3 @@

import { OutputTargetAngular } from './types';
import { CompilerCtx, ComponentCompilerMeta } from '@stencil/core/internal';
import type { OutputTargetAngular } from './types';
import type { CompilerCtx, ComponentCompilerMeta } from '@stencil/core/internal';
export declare function generateAngularDirectivesFile(compilerCtx: CompilerCtx, components: ComponentCompilerMeta[], outputTarget: OutputTargetAngular): Promise<any>;

@@ -1,3 +0,3 @@

import { OutputTargetAngular } from './types';
import { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal';
import type { OutputTargetAngular } from './types';
import type { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal';
export default function generateValueAccessors(compilerCtx: CompilerCtx, components: ComponentCompilerMeta[], outputTarget: OutputTargetAngular, config: Config): Promise<void>;
export { angularOutputTarget } from './plugin';
export { OutputTargetAngular, ValueAccessorConfig } from './types';
export type { OutputTargetAngular, ValueAccessorConfig } from './types';

@@ -1,4 +0,4 @@

import { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal';
import { OutputTargetAngular, PackageJSON } from './types';
import type { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal';
import type { OutputTargetAngular, PackageJSON } from './types';
export declare function angularDirectiveProxyOutput(compilerCtx: CompilerCtx, outputTarget: OutputTargetAngular, components: ComponentCompilerMeta[], config: Config): Promise<void>;
export declare function generateProxies(components: ComponentCompilerMeta[], pkgData: PackageJSON, outputTarget: OutputTargetAngular, rootDir: string): string;

@@ -1,4 +0,4 @@

import { Config, OutputTargetCustom } from '@stencil/core/internal';
import { OutputTargetAngular } from './types';
import type { Config, OutputTargetCustom } from '@stencil/core/internal';
import type { OutputTargetAngular } from './types';
export declare const angularOutputTarget: (outputTarget: OutputTargetAngular) => OutputTargetCustom;
export declare function normalizeOutputTarget(config: Config, outputTarget: any): OutputTargetAngular;

@@ -1,2 +0,2 @@

import { PackageJSON } from './types';
import type { PackageJSON } from './types';
export declare const toLowerCase: (str: string) => string;

@@ -3,0 +3,0 @@ export declare const dashToPascalCase: (str: string) => string;

{
"name": "@stencil/angular-output-target",
"version": "0.0.4",
"description": "This is an output plugin for stencil.",
"version": "0.0.5",
"description": "Angular output target for @stencil/core components.",
"main": "dist/index.cjs.js",

@@ -10,3 +10,4 @@ "module": "dist/index.js",

"dist/",
"resources/"
"resources/",
"angular-component-lib/"
],

@@ -38,8 +39,3 @@ "publishConfig": {

"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
"jest": "^26.1.0",
"np": "^4.0.2",
"rimraf": "^2.6.3",
"rollup": "^1.6.0",
"typescript": "^3.9.3"
"@angular/forms": "8.2.14"
},

@@ -60,3 +56,3 @@ "jest": {

},
"gitHead": "e545765342b7f561ddd6826df05ee183163cbcb9"
"gitHead": "b6c0dab984ec1d2933c52a9a844bc7bd81b7586e"
}

@@ -1,2 +0,3 @@

# stencil-angular-plugin
# @stencil/angular-output-target
This is an output plugin for stencil.
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