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

choo-lazy-view

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choo-lazy-view - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "choo-lazy-view",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lazily fetch view when needed",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -66,12 +66,12 @@ # choo-lazy-view

### Events
Events are namespaced under `lazy-view` and emitted when loading views.
Events are namespaced under `lazy` and emitted when loading views.
#### `lazy-view:load(promise)`
#### `lazy:load(promise)`
When fetching a view. The argument `promise` resolves to the loaded view.
#### `lazy-view:success(view)`
#### `lazy:success(view)`
When the view has been fetched, before the app will rerender. The argument
`view` is the resolved view.
#### `lazy-view:error(err)`
#### `lazy:error(err)`
When the view fails to load.

@@ -78,0 +78,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