
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.
@tighten/jigsaw-vite-plugin
Advanced tools
@tighten/jigsaw-vite-plugin
is a Vite plugin for the Jigsaw static site generator. It watches your Jigsaw site's files and triggers a new build when it detects changes.
You'll want to ensure you are in Jigsaw version 1.8.0 or later before installing this plugin.
npm install -D @tighten/jigsaw-vite-plugin
Make sure the head of your layouts/main.blade.php
file:
@viteRefresh()
<link rel="stylesheet" href="{{ vite('source/_assets/css/main.css') }}">
<script defer type="module" src="{{ vite('source/_assets/js/main.js') }}"></script>
Add the plugin to your vite.config.js
file:
import { defineConfig } from 'vite';
import jigsaw from '@tighten/jigsaw-vite-plugin';
export default defineConfig({
plugins: [
jigsaw({
input: ['source/_assets/js/main.js', 'source/_assets/css/main.css'],
refresh: true,
}),
],
});
Huge thanks to the vite-plugin-full-reload and laravel-vite-plugin
Jigsaw Vite Plugin is provided under the MIT License.
FAQs
Jigsaw plugin for Vite.
The npm package @tighten/jigsaw-vite-plugin receives a total of 78 weekly downloads. As such, @tighten/jigsaw-vite-plugin popularity was classified as not popular.
We found that @tighten/jigsaw-vite-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
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.