Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@chris5855/vue-lo
Advanced tools
Lo is a plugin that includes all the functionalities of lodash.
npm i @chris5855/vue-lo
#or
yarn add @chris5855/vue-lo
You must install lo as a plugin via Vue.use().
import Vue from 'vue';
import lo from '@chris5855/vue-lo';
Vue.use(lo);
<script>
export default {
name: 'App',
setup(props, context) {
let object = {
'a': [{ 'b': 2 }, { 'd': 4 }]
};
let other = {
'a': [{ 'c': 3 }, { 'e': 5 }]
};
let merge = context.root.$_.merge(object, other);
console.log(merge);
return{}
}
}
</script>
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).
Please :star: this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Chris Michael
Copyright © Lo 2021
FAQs
Unknown package
We found that @chris5855/vue-lo 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.