Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
astro-crank
Advanced tools
An integration for Crank in Astro
npm i astro-crank
Add the integration to astro.config.mjs
.
import {defineConfig} from "astro/config";
import crank from "astro-crank";
export default defineConfig({
// ...
integrations: [crank()],
});
[0.2.0] - 2020-07-01
<input checked />
and then <input />
will not cause the checked prop to be deleted on the actual element.Renderer.prototype.render
and Context.prototype.refresh
now return rendered values rather than undefined.Props
, FunctionComponent
, GeneratorComponent
, IntrinsicProps
, ChildIterator
, ChildGenerator
and Key
have been removed from the public API.crank-ref
props.Context.prototype.schedule
.Context.prototype.cleanup
.Context.prototype.props
.Context.prototype.value
.dispatchEvent
now does bubbling and capturing correctly.Context.prototype.dispatchEvent
not responding to stopPropagation
and stopImmediatePropagation
.FAQs
Use Crank components within Astro
The npm package astro-crank receives a total of 1 weekly downloads. As such, astro-crank popularity was classified as not popular.
We found that astro-crank 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.