Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

preact-render-to-string

Package Overview
Dependencies
Maintainers
6
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preact-render-to-string - npm Package Versions

13
12

6.5.3

Diff

Changelog

Source

6.5.3

Patch Changes

jdecroock
published 6.5.2 •

Changelog

Source

6.5.2

Patch Changes

jdecroock
published 6.5.1 •

Changelog

Source

6.5.1

Patch Changes

jdecroock
published 6.5.0 •

Changelog

Source

6.5.0

Minor Changes

  • #354 a004914 Thanks @JoviDeCroock! - Introduce a streaming renderer which can be imported from preact-render-to-string/stream and preact-render-to-string/stream-node

Patch Changes

jdecroock
published 6.4.2 •

Changelog

Source

6.4.2

Patch Changes

jdecroock
published 6.4.1 •

Changelog

Source

6.4.1

Patch Changes

jdecroock
published 6.4.0 •

Changelog

Source

6.4.0

Minor Changes

  • #333 6acc97a Thanks @JoviDeCroock! - Allow prepass like behavior where a Promise will be awaited and then continued, this is done with the new renderToStringAsync export

Patch Changes

marvinhagemeister
published 6.3.1 •

Changelog

Source

6.3.1

Patch Changes

marvinhagemeister
published 6.3.0 •

Changelog

Source

6.3.0

Minor Changes

  • 926827c Thanks @marvinhagemeister! - Add support for precompiled JSX transform, see https://deno.com/blog/v1.38#fastest-jsx-transform. Compared to traditional JSX transforms, the precompiled JSX transform tries to pre-serialize as much of the JSX as possible. That way less objects need to be created and serialized which relieves a lot of GC pressure.

    // input
    <div class="foo">hello</div>;
    
    // output
    const tpl = [`<div class="foo">hello</div>`];
    jsxTemplate(tpl);
    
jdecroock
published 6.2.2 •

Changelog

Source

6.2.2

Patch Changes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc