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

6.1.2

Diff

Changelog

Source

6.1.2 (February 08, 2017)

  • patch pure function components
  • include pure function components in error boundries
thysultan
published 6.1.1 •

Changelog

Source

6.1.1 (February 06, 2017)

  • improve reconciler
  • improve internal component property naming to avoid possible user-land naming conflicts
  • improve hydration
thysultan
published 6.1.0 •

Changelog

Source

6.1.0 (January 26, 2017)

  • add DOMNodes to return types
  • returning a DOMNode from render auto creates a portal
  • h and createElement now support DOM(portal), array(fragment), element(clone), null/void(empty) as the type param
  • add first class support for portals
  • patch short hand class construction cons Foo = h => (props, state) => h('h1', state.name)
  • exposes internal css compiler dio.stylesheet
  • You can now register middleware/plugins for the css compiler dio.stylesheet.use()
  • improve error boundary logs
thysultan
published 6.0.2 •

Changelog

Source

6.0.2 (January 24, 2017)

  • patch for string style props
  • use faster timers where available to schedule an async task
thysultan
published 6.0.1 •

Changelog

Source

6.0.1 (January 22, 2017)

  • patch error boundaries to support stylesheet
  • patch error boundaries to support error boundry handler componentDidThrow
  • patch stylesheet, prevents adding styles to components that return components that return text nodes
  • patch stylesheet, support adding namespacing to components that return components recursively
thysultan
published 6.0.0 •

Changelog

Source

6.0.0 (January 22, 2017)

  • adds async component support for getInitialProps on the server and client
  • adds render types, render supports coroutine/element/number/string/function/component/array/promise
  • adds error boundaries to components for non-breaking graceful error state handling
  • improves keyed algorithm
thysultan
published 5.1.0 •

Changelog

Source

5.1.0 (January 10, 2017)

  • add support for passive event listeners {onClick: {handler: () => {}, options: {passive: true}}}
  • add style support for css variables style: {'--color': 'red',color: 'var(--color)'}
  • add typescript definitions
thysultan
published 5.0.5 •

Changelog

Source

5.0.5 (January 07, 2017)

  • patch minfied bundle
thysultan
published 5.0.4 •

Changelog

Source

5.0.4 (January 06, 2017)

  • patch http to trigger catch handler if status is fasley or >= 400
  • patch http to allow dio.request({string}) to alias dio.request.get({string})
  • update the css compiler
thysultan
published 5.0.3 •

Changelog

Source

5.0.3 (December 31, 2016)

  • patch defaultProps & getDefaultProps
  • better intergrate hydration with SSR stylesheets
  • use component name/function name/displayName for css namespaces when available
  • patch for hoisted nodes when hydrating SSR content
  • patch for cloning fragments when hoisted
  • patch performance regression between v4 and v5
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