Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@lazy-bee/basic
Advanced tools
Add the following code to package.json
in your vue project (created by vue-cli v3 is preferred)
"dependencies": {
"lazybee-component": "git+ssh://git-codecommit.ap-northeast-1.amazonaws.com/v1/repos/lazybee-component#dev"
}
And run:
yarn install
Lazybee-component requires stylus
and stylus-loader
. If you haven't install them, please run:
yarn add stylus-loader stylus
Navigate to your applications main entry point. In most cases this will be index.js
or main.js
. In this file you will import Lazybee-component and tell Vue to use it.
import Vue from 'vue'
import LazybeeComponent from 'lazybee-component'
Vue.use(LazybeeComponent);
Viola! Now you can use lazybee components with x-app
or x-layout
components!
<template>
<div>
<x-alert value=true message="sample alert"></x-alert>
<x-layout type="admin"></x-layout>
</div>
</template>
Note: We must include
x-app
orx-layout
(which hasv-app
inside) to include some CSS fromv-app
. Otherwise the styles of Vuetify components may not be correct.
$ yarn install
$ yarn serve:demo
For details, please refer to Contributing guide
release | master | dev |
---|---|---|
-- |
A-BB-CCC
Major (A) | Minor (BB) | Release number (serial) (CCC) |
---|---|---|
Component library / package changes For example: remove vue-echarts | New component, interface change | Everytime merge into master (Automatically) |
$ yarn serve:src
$ yarn build:src # this builds component.js, component.css under dist/
$ yarn lint:src
$ yarn serve:demo # serve storybook
$ yarn build:demo # build storybook
$ yarn install:package
$ yarn release:component # build both lazybee-component and storybook
FAQs
## Project setup ``` npm install ```
The npm package @lazy-bee/basic receives a total of 6 weekly downloads. As such, @lazy-bee/basic popularity was classified as not popular.
We found that @lazy-bee/basic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.