
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
odyssey-content-editor
Advanced tools
A content editor made with quill.js & vue.js for odyssey.wildcodeschool.fr
A content editor make with quill.js & vue.js made for odyssey.wildcodeschool.fr
alpha1 :
alpha2 :
alpha3 :
alpha4 :
alpha4rc1
alpha5
alpha6
alpha7
alpha9.2
alpha10
alpha11
alpha12
alpha13
alpha14
alpha15
alpha16
TODO :
npm install --save odyssey-content-editor
or
yarn add odyssey-content-editor
Use as a specific components in a parent component:
// In a .vue compoenent
<script>
import Vue from 'vue'
import { ContentEditor } from 'odyssey-content-editor'
export default {
components: {
ContentEditor
}
}
</script>
<template lang="pug">
#parent
content-editor(@change="yourMethod")
</template>
The first time you create or clone your plugin, you need to install the default dependencies:
npm install
or
yarn
This will run webpack in watching mode and output the compiled files in the dist
folder.
npm run dev
While developping, you can follow the install instructions of your plugin and link it into the project that uses it.
In the plugin folder:
npm link
In the other project folder:
npm link odyssey-content-editor
This will install it in the dependencies as a symlink, so that it gets any modifications made to the plugin.
You may have to login to npm before, with npm adduser
. The plugin will be built in production mode before getting published on npm.
npm publish
This will build the plugin into the dist
folder in production mode.
npm run build
FAQs
A content editor made with quill.js & vue.js for odyssey.wildcodeschool.fr
The npm package odyssey-content-editor receives a total of 0 weekly downloads. As such, odyssey-content-editor popularity was classified as not popular.
We found that odyssey-content-editor 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.