Comparing version 3.0.0-next.0 to 3.0.0-next.1
@@ -224,3 +224,3 @@ <!--meta-description | ||
``` | ||
```js | ||
const webpack = require('webpack') | ||
@@ -259,3 +259,3 @@ ``` | ||
React supports scheduling event listeners during the capture phase (in the first pass, out to in, as opposed to the default bubble phase going in to out in the second pass) by appending `Capture` to that event. Mithril currently lacks such functionality, but it could gain this in the future. If this is necessary you can manually add and remove your own listeners in [lifecycle hooks](lifecycle.md). | ||
React supports scheduling event listeners during the capture phase (in the first pass, out to in, as opposed to the default bubble phase going in to out in the second pass) by appending `Capture` to that event. Mithril currently lacks such functionality, but it could gain this in the future. If this is necessary you can manually add and remove your own listeners in [lifecycle hooks](lifecycle-methods.md). | ||
@@ -262,0 +262,0 @@ --- |
@@ -522,3 +522,3 @@ <!--meta-description | ||
The `m.request` method returns a [Promise](promise.md), not the response data itself. It cannot return that data directly because an HTTP request may take a long time to complete (due to network latency), and if JavaScript waited for it, it would freeze the application until the data was available. | ||
The `m.request` method returns a `Promise`, not the response data itself. It cannot return that data directly because an HTTP request may take a long time to complete (due to network latency), and if JavaScript waited for it, it would freeze the application until the data was available. | ||
@@ -525,0 +525,0 @@ ```javascript |
{ | ||
"name": "mithril", | ||
"version": "3.0.0-next.0", | ||
"version": "3.0.0-next.1", | ||
"description": "A framework for building brilliant applications", | ||
@@ -64,4 +64,4 @@ "author": "Leo Horie", | ||
"dependencies": { | ||
"ospec": "4.0.0" | ||
"ospec": "4.0.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1474017
192
+ Addedospec@4.0.1(transitive)
- Removedospec@4.0.0(transitive)
Updatedospec@4.0.1