
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.
An efficient and permeable alternative to iframes.
This project is a prototype, it has not been through any audit and is even not well tested. DO NO USE IN PRODUCTION. If you're interested in this repo, please give it a start ⭐ to encourage further development.
Terrar.js offers HTML, CSS and JS isolations by using :
Proxy
class to create parent-jailed HTMLElement
objectsFor server-side usage (NodeJS), Terrar.js can be installed like any NPM package :
npm install terrar
And then you can import it in your scripts using :
import "terrar";
For client-side usage (browser), simply put this <script>
tag inside of your HTML document :
<script src="https://unpkg.com/terrar@latest"></script>
Like iframes, Terrar frames are a client-side way of isolating some content from the main context. However Terrar frames support SSR, which means that you can pre-populated frames with content generated on server side to reduces the amount of requests the page has to perform.
const content = `<!-- Your isolated HTML here -->`
terrar.createFrame(content)
...
<terrar-frame src="https://isolated-content.here/index.html"></terrar-frame>
...
or
...
<terrar-frame>
<template>
<!-- Your isolated HTML here -->
</template>
</terrar-frame>
...
The preview Usage section simply shows how to insert an HTML content into a Terrar frame using the default configurations.
If the default configuration should fit most use cases, each Terrar frame can be me manually fine-grained configured to :
Since Terrar.js createx SES compartement instead of a whole new Realm (a new JS context) like iframes, at lot of external ressources may not lot because of their CORS policy.
So Terrar.js is especially useful with :
FAQs
An efficient and permeable alternative to iframes
The npm package terrar receives a total of 7 weekly downloads. As such, terrar popularity was classified as not popular.
We found that terrar 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.