Socket
Socket
Sign inDemoInstall

react-ssml-dom

Package Overview
Dependencies
110
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-experimental.2 to 2.0.0-experimental.3

9

dist/index.es.js

@@ -183,5 +183,2 @@ import ReactReconciler from 'react-reconciler';

},
clearContainer: function (container) {
container.children = [];
},
createTextInstance: function (text) { return new TextNode(text); },

@@ -197,3 +194,3 @@ appendChildToContainer: function (container, child) {

},
finalizeInitialChildren: function (domElement, type, props) { return true; },
finalizeInitialChildren: function (domElement, type, props) { return false; },
prepareUpdate: function (domElement, oldProps, newProps) {

@@ -228,2 +225,6 @@ return true;

scheduleTimeout: function () { return undefined; },
/** because tree is mutable we implement: */
clearContainer: function (container) {
container.children = [];
},
});

@@ -230,0 +231,0 @@ var ReactSSML = {

@@ -191,5 +191,2 @@ 'use strict';

},
clearContainer: function (container) {
container.children = [];
},
createTextInstance: function (text) { return new TextNode(text); },

@@ -205,3 +202,3 @@ appendChildToContainer: function (container, child) {

},
finalizeInitialChildren: function (domElement, type, props) { return true; },
finalizeInitialChildren: function (domElement, type, props) { return false; },
prepareUpdate: function (domElement, oldProps, newProps) {

@@ -236,2 +233,6 @@ return true;

scheduleTimeout: function () { return undefined; },
/** because tree is mutable we implement: */
clearContainer: function (container) {
container.children = [];
},
});

@@ -238,0 +239,0 @@ var ReactSSML = {

{
"name": "react-ssml-dom",
"version": "2.0.0-experimental.2",
"version": "2.0.0-experimental.3",
"description": "A proof of concept react host implementation for ssml strings",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc