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

doz

Package Overview
Dependencies
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doz - npm Package Versions

23
25

5.2.6

Diff

Changelog

Source

[5.2.6] - 2023-09-10

  • Fixed props defined outside class constructor should work now
fabioricali
published 5.2.5 •

Changelog

Source

[5.2.5] - 2023-09-10

  • Fixed a problem with hydration system and injected component
fabioricali
published 5.2.4 •

fabioricali
published 5.2.3 •

Changelog

Source

[5.2.3] - 2023-09-10

  • Fixed a problem with spread props when a component is created by loop the props are undefined
fabioricali
published 5.2.2 •

Changelog

Source

[5.2.2] - 2023-09-09

  • Improved suspendContent
fabioricali
published 5.2.1 •

Changelog

Source

[5.2.1] - 2023-09-09

  • Added suspendContent a mechanism that suspends the creation of children nodes and saves them in a component property called suspendNodes. It is possible to use it via:
    • special prop <${MyComponent} suspendcontent/>
    • class property ...suspendContent = true...
fabioricali
published 5.2.0 •

fabioricali
published 5.1.2 •

Changelog

Source

[5.1.2] - 2023-09-08

  • Improved hydration system
fabioricali
published 5.1.1 •

fabioricali
published 5.1.0 •

Changelog

Source

[5.1.0] - 2023-09-07

  • Added support to hydration
  • Added component method: this.inject('<${MyComponent}>...</>'), a better alternative to this.mount('<${MyComponent}>...</>')
  • Added component method: this.enject(..), to remove injected template with this.inject
23
25
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