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.
vue-jscodeshift-adapter
Advanced tools
Run jscodeshift on Vue single file components
npm install vue-jscodeshift-adapter -D
The instructions below assume you're familiar with jscodeshift.
.js
and/or .vue
filesWhen transforming | fileInfo.source will be |
---|---|
.js file | the contents of the file |
.vue file | the contents of <script> |
The source file will be updated appropriately based on the return value of your transform()
.
If .vue
file doesn't have a <script>
, your transform()
will not be called and the source file will not be changed.
my-transform.js
:
const adapt = require('vue-jscodeshift-adapter');
const someCodemod = require('some-codemod');
module.exports = adapt(someCodemod);
$ jscodeshift <path> -t my-transform.js --extensions vue,js
See jscodeshift readme for more info on jscodeshift CLI.
MIT
[2.0.0] - 2018-03-25
The "modify any block of a vue component" use case is temporarily not supported until the API is figured out.
As of 2.0.0, this module can only
<script>
block of vue filesFAQs
Run jscodeshift on Vue single file components
The npm package vue-jscodeshift-adapter receives a total of 34,761 weekly downloads. As such, vue-jscodeshift-adapter popularity was classified as popular.
We found that vue-jscodeshift-adapter demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.