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
810

2.0.0

Diff

Changelog

Source

2.0.0 (28 December 2019)

  • Support new Node v13 esm export/import.
  • Default to :root element when target is omitted from portal/ render container.
  • Add optional dependencies array argument for useResource hook.
  • Support portal props, for example h(Portal, {class: 'home'})
  • Support string ref callbacks, for example h('video', {ref: pause ? 'pause' : 'play'})
  • Better align the default dependencies for useMemo and useCallback.
  • Merge /server into main package (breaking).
  • Remove async generators (breaking).
thysultan
published 1.2.3 •

Changelog

Source

1.2.3 (September 16, 2016)

  • patch .createRender/.render caching
thysultan
published 1.2.2 •

Changelog

Source

1.2.2 (September 15, 2016)

  • added caching to .createRender/.render
dio.render(Component, '.app')();
dio.render(Component, '.app')();
// on the above code the second example will avoid
// creating a component and render instance a second time
// and will rather return a cache of the render instance
// except in the case that the mount is different
thysultan
published 1.2.0 •

Changelog

Source

1.2.0 (September 12, 2016)

  • Improves performance in various ways
  • Added fragment support, you can now return a fragment/array of elements in render
dio.PropTypes
  • Added all the react land PropTypes
[
	number, string, bool, array, object, func, element, node
	any, shape, instanceOf, oneOf, oneOfType, arrayOf, objectOf
]
dio.createStore
  • Added middleware support. dio.createStore(reducer(s), initalState, enhancer)
  • Added version, isValidElement, cloneElement, renderToString, renderToStaticMarkup
  • Exposes internal utilities to dio._ that are used to get out-the-box support for IE 8+
Top Level API
toArray
assign      (Object.assign)
keys        (Object.keys)
forEach     ([]/{}.forEach)
reduce      ([].reduce)
reduceRight ([].reduceRight)
filter      ([].filter)
map         ([].map)
isObject
isFunction
isString
isArray
isDefined
addEventListener
thysultan
published 1.1.5 •

thysultan
published 1.1.4 •

thysultan
published 1.1.3 •

thysultan
published 1.1.2 •

thysultan
published 1.1.1 •

thysultan
published 1.1.0 •

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