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

5.0.2

Diff

Changelog

Source

5.0.2 (December 27, 2016)

  • patch nano
thysultan
published 5.0.1 •

Changelog

Source

5.0.1 (December 27, 2016)

  • perf improvements
thysultan
published 5.0.0 •

Changelog

Source

5.0.0 (December 26, 2016)

  • render now accepts a callback argument .render(vnode, target, callback(root))
  • support string refs
  • add shallow render dio.shallow
  • render is now no-destructive to the mount node
  • hydration is now configurable .render(vnode, target, null, true)
  • hydration is the only breaking change, pre 5.0 used an attribute hydrate
thysultan
published 4.0.1 •

Changelog

Source

4.0.1 (December 19, 2016)

  • improvement in handling callbacks passed to .forceUpdate
  • bump css compiler
thysultan
published 4.0.0 •

Changelog

Source

4.0.0 (December 16, 2016)

  • improve performance
  • improve SSR
  • introduce non-blocking async hydration
  • introduce constructor to createClass, remove auto binding
  • remove autoBind method from Components
  • intergrate support for two-way data binding on events and binding data to a function
  • support empty/null render
  • support changing component root nodes
  • remove all utilities except stream
  • add router methods pause, resume, set, resolve, destroy and location getter/setter
  • add support for responseType to request
  • remove all helper methods from streams except resolve and reject
  • improve css compiler
  • introduce packages
thysultan
published 3.4.0 •

Changelog

Source

3.4.0 (November 27, 2016)

  • improve stylesheet compiler
  • handle the removal of hoisted elements to avoid memory leaks
  • add .stylis to expose internal css compiler
thysultan
published 3.3.0 •

Changelog

Source

3.3.0 (November 26, 2016)

  • at root support to dio.stylesheet for pushing to root @root {...}
  • patch dio.stylesheet handling {} when used without & like &{}
thysultan
published 3.2.0 •

Changelog

Source

3.2.0 (November 25, 2016)

  • improve performance of dio.escape
  • add dio.renderToStream
  • add dio.renderToCache
  • patch dio.flatten
thysultan
published 3.1.0 •

Changelog

Source

3.1.0 (November 22, 2016)

  • improve performance of escaping SSR
  • add dio.escape
thysultan
published 3.0.6 •

Changelog

Source

3.0.6 (November 21, 2016)

  • patch stylesheet to use valid html attribute for namespacing scope becomes data-scope
  • escape props and textNodes for server-side rendering
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