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

@stencil/vue-output-target

Package Overview
Dependencies
Maintainers
13
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.2-1 to 0.2.2-2

4

dist/index.cjs.js

@@ -159,4 +159,4 @@ 'use strict';

sourceImports = !outputTarget.componentCorePackage
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
}

@@ -163,0 +163,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) {

@@ -150,4 +150,4 @@ import path from 'path';

sourceImports = !outputTarget.componentCorePackage
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
}

@@ -154,0 +154,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) {

@@ -35,4 +35,4 @@ import path from 'path';

sourceImports = !outputTarget.componentCorePackage
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`;
}

@@ -39,0 +39,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) {

{
"name": "@stencil/vue-output-target",
"version": "0.2.2-1",
"version": "0.2.2-2",
"description": "Vue 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