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

ultrahtml

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultrahtml - npm Package Versions

234

1.5.3

Diff

Changelog

Source

1.5.3

Patch Changes

  • ebc97e0: upgrades dts-bundle-generator to 9.2.1, fixing an issue with .d.ts generation which led methods prefixed with two underscores to be incorrectly made private in the generated declaration file.
natemoo-re
published 1.5.2 •

Changelog

Source

1.5.2

Patch Changes

  • 244be0a: Update parsel-js to latest
natemoo-re
published 1.5.1 •

Changelog

Source

1.5.1

Patch Changes

  • a989b5a: Bundle type definitions in .d.ts files
natemoo-re
published 1.5.0 •

Changelog

Source

1.5.0

Minor Changes

  • 7c93190: Add support for static media queries to ultrahtml/transformers/inline.

    You may now pass an env value to the transformer, for example:

    import { transform } from "ultrahtml";
    import inline from "ultrahtml/transformers/inline";
    
    const output = await transform(input, [
      // Acts as if the screen is 960px wide and 1280px tall
      inline({ env: { width: 960, height: 1280 } }),
    ]);
    
natemoo-re
published 1.4.0 •

Changelog

Source

1.4.0

Minor Changes

  • 8bbaeef: Allow elements inside of <svg> to be self-closing for compactness

Patch Changes

  • 5715bc3: Fix sanitize transformer behavior when only using allowElements
natemoo-re
published 1.3.0 •

Changelog

Source

1.3.0

Minor Changes

  • 0556b19: Add renderSync export

Patch Changes

  • 3362aa2: Add main entrypoint
natemoo-re
published 1.2.0 •

Changelog

Source

1.2.0

Minor Changes

  • 7792f5d: Add useObjectSyntax option to inline transformer. Note that this option is currently not compatible with transform
natemoo-re
published 1.1.0 •

Changelog

Source

1.1.0

Minor Changes

  • d910619: Remove resolveAsset option from inline transformer, making it synchronous again.
natemoo-re
published 1.0.4 •

Changelog

Source

1.0.4

Patch Changes

  • c5799aa: Update attribute handling to account for attributes with newlines
natemoo-re
published 1.0.3 •

Changelog

Source

1.0.3

Patch Changes

  • d7cb17d: Fix another edge case with text inside script/styles
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