Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cycle/html

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/html - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

6

CHANGELOG.md

@@ -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 @@

4

lib/cjs/HTMLSource.d.ts
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

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