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

dyo

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dyo - npm Package Versions

234

2.0.8

Diff

thysultan
published 2.0.7 •

thysultan
published 2.0.6 •

thysultan
published 2.0.5 •

thysultan
published 2.0.4 •

thysultan
published 2.0.1 •

Changelog

Source

2.0.1 (October 14, 2016)

  • tweaks to allow more performance optimizations when needed
  • add dio.findDOMNode
thysultan
published 2.0.0 •

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.0.1 •

Changelog

Source

1.0.1 (3 November 2019)

  • Add typings for TypeScript.
  • Fixes #103.
  • Fixes #102.
  • Fixes #101.
  • Fixes #100.
thysultan
published 1.0.0 •

Changelog

Source

1.0.0 (25 July 2019)

Added

  • Suspense, Boundary, Context and Portal components.

  • memo and lazy factories.

  • Added hooks(state, effects, context, ref and memo/callback hooks).

  • Portal re-parenting.

When a portals container changes, previous children are moved to the new container instead of unmounted and re-created.

  • The render interface can now render into any container. For example it could noop render into a non-document container: render('Hello', {}).

  • New dyo/server package, supports rendering to any writable streams For example – a node response object: render('Hello', response), with friction-less async and error boundary support.

Removed

  • Removed unmountComponentAtNode.

Redundent given render(null, target) archives the same effect.

  • Removed findDOMNode.

Undeterministic given exotic elements like Fragments don't have "single" DOM node. Refs are the better abstraction given they are also auto-fowarded.

  • Removed renderToStream and renderToString.

Better level of abstraction with a single source of entry with: render. The dyo/server package accepts writable streams to write to.

  • Removed componentWillMount, componentWillUpdate and componentWillReceiveProps.

Added effects useEffect and useLayout to replace them all.

  • Removed componentDidCatch being replaced by a single Boundary component.

  • Removed createFactory, createComment.

  • Removed Component, PureComponent and class components in general.

  • Removed createPortal and createContext being replaced by Portal and Context components respectfully.

thysultan
published 0.3.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