@cycle/html
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -0,1 +1,7 @@ | ||
## 3.1.0 (2018-12-10) | ||
* fix(html): support TypeScript's strict mode ([4a4119e](https://github.com/cyclejs/cyclejs/commit/4a4119e)) | ||
## 3.0.0 (2018-10-17) | ||
@@ -2,0 +8,0 @@ |
import { Stream, MemoryStream } from 'xstream'; | ||
import { DOMSource, EventsFnOptions } from '@cycle/dom'; | ||
export declare class HTMLSource implements DOMSource { | ||
import { EventsFnOptions } from '@cycle/dom'; | ||
export declare class HTMLSource { | ||
private _name; | ||
@@ -5,0 +5,0 @@ private _html$; |
import { Stream, MemoryStream } from 'xstream'; | ||
import { DOMSource, EventsFnOptions } from '@cycle/dom'; | ||
export declare class HTMLSource implements DOMSource { | ||
import { EventsFnOptions } from '@cycle/dom'; | ||
export declare class HTMLSource { | ||
private _name; | ||
@@ -5,0 +5,0 @@ private _html$; |
{ | ||
"name": "@cycle/html", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "A driver for HTML strings based on Snabbdom and the DOM driver", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cycle/dom": "^22.0.0", | ||
"@cycle/run": "^5.1.0", | ||
"@cycle/dom": "^22.2.0", | ||
"@cycle/run": "^5.2.0", | ||
"snabbdom": "0.7.2", | ||
@@ -45,13 +45,13 @@ "snabbdom-to-html": "5.1.1", | ||
"devDependencies": { | ||
"@cycle/isolate": "^4.1.0", | ||
"@cycle/isolate": "^4.2.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.11.7", | ||
"@types/sinon": "^5.0.5", | ||
"@types/node": "^10.12.11", | ||
"@types/sinon": "^5.0.7", | ||
"mocha": "^5.2.0", | ||
"simulant": "^0.2.2", | ||
"sinon": "^6.3.5", | ||
"snabbdom-pragma": "^2.7.0", | ||
"sinon": "^7.1.1", | ||
"snabbdom-pragma": "^2.8.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "3.1.x", | ||
"typescript": "3.2.x", | ||
"xstream": "11.x" | ||
@@ -58,0 +58,0 @@ }, |
import xs, {Stream, MemoryStream} from 'xstream'; | ||
import {adapt} from '@cycle/run/lib/adapt'; | ||
import {DevToolEnabledSource} from '@cycle/run'; | ||
import {DOMSource, EventsFnOptions} from '@cycle/dom'; | ||
import {EventsFnOptions} from '@cycle/dom'; | ||
export class HTMLSource implements DOMSource { | ||
export class HTMLSource { | ||
private _html$: Stream<string>; | ||
@@ -8,0 +8,0 @@ private _empty$: Stream<any>; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57420
0
Updated@cycle/dom@^22.2.0
Updated@cycle/run@^5.2.0