New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dio.js

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dio.js - npm Package Versions

1
10

8.0.0-alpha.2

Diff

thysultan
published 8.0.0-alpha.1 •

thysultan
published 8.0.0-alpha.0 •

thysultan
published 8.0.0-alpha •

thysultan
published 7.1.0 •

Changelog

Source

7.1.0 (24 July 2017)

  • Allow lazy loading primitive to render while loading module.
  • Improve Promise return types.
thysultan
published 7.0.4 •

Changelog

Source

7.0.4 (21 June 2017)

  • bypass shouldComponentUpdate when coming from forceUpdate.
  • patch Components to not require passing props to super().
  • patch missing value in DOM attributes that use the primitve true value.
thysultan
published 7.0.3 •

Changelog

Source

7.0.3 (02 June 2017)

  • handle invalid values for style prop
thysultan
published 7.0.2 •

Changelog

Source

7.0.2 (02 June 2017)

  • patch compatibility with "Web Components" classes
  • patch mounting portals
  • patch clone element
thysultan
published 7.0.1 •

Changelog

Source

7.0.1 (26 May 2017)

  • patch compatibility with webpack
thysultan
published 7.0.0 •

Changelog

Source

7.0.0 (25 May 2017)

  • reduced api surface

Apart from that improvements where mostly internal facing, like improving async return types lifecycles on functional components, new architecture to support pausing and resuming tree updates and more.

API

// client side
{
	render,
	createElement,
	h,
	Component,
	version
}

// server side
{
	...,
	shallow
}
renderToString

renderToString is supplimented by h(..).toString() in a server enviroment which means we could just do this ${h(..)}

renderToStream

renderToStream is supplimented by dio.render which also supports rendering to a writable stream on the server like the Node.js Response object and h(..).toStream(), dio.render however also handles streaming json responses and will set the correct MIME type if one hasn't been set.

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