
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@officient/vue-components
Advanced tools
Shared Vue components for Officient.
npm i --save github:Officient/vue-components#v1.0.0
Replace v1.0.0 with the current version.
// Importing a component:
import AvatarImage from 'officient-vue-components/lib/components/AvatarImage.vue'
// importing utils
import daysOffTransformer from officient-vue-components/lib/utils/transformers/daysOff
Component and utils source code goes into /src
.
To allow it to be used externally, you need to also add it to the /lib
folder.
/src
: source code:/lib
: public library for usage by other repo's/dev/pages
: examples of usage for our components/tests
: unit testsImport the CSS in your Vue file in the script section.
Increment the version in package.json and create a release from the latest commit.
Releases can be created in the releases
tab on top.
The projects using this package require an update to the version tag.
E.g. "officient-vue-components": "github:Officient/vue-components#v1.0.1",
Run npm install
after updating the version number to grab the latest version.
FAQs
Shared Vue components for Officient
We found that @officient/vue-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.