Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
stencil-vue2-output-target
Advanced tools
This project was forked from Stencils Vue Output targets in an effort to fully support Vue 2 for components built with @stencil/core
npm install -D stencil-vue2-output-target
# OR
yarn add -D stencil-vue2-output-target
import { Config } from "@stencil/core";
import { vueOutputTarget } from "stencil-vue2-output-target";
export const config: Config = {
namespace: "demo",
outputTargets: [
vueOutputTarget({
componentCorePackage: "component-library",
proxiesFile: "../component-library-vue/src/components.ts",
componentModels: vueComponentModels,
}),
{
type: "dist",
},
],
};
This is the NPM package name of your core stencil package. In the case of Ionic we chose ‘@ionic/core’. This is the package that gets published that contains just your web components. This package is then used by the Vue package as a dependency
This is the output file that gets generated by the outputTarget. This file should be referencing a different package location. In the example case we are choosing a sibling directory’s src directory. We will then create a Vue package that exports all components defined in this file.
There is an example component library package available on Github so that you can get started. This repo will likely live as a sibling to your Stencil component library.
import { DemoComponent } from "component-library-vue";
FAQs
Vue2 output target for @stencil/core components.
The npm package stencil-vue2-output-target receives a total of 49 weekly downloads. As such, stencil-vue2-output-target popularity was classified as not popular.
We found that stencil-vue2-output-target demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.