Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.1 to 2.0.0-experimental.2

3

dist/index.es.js

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

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

@@ -185,0 +188,0 @@ appendChildToContainer: function (container, child) {

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

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

@@ -193,0 +196,0 @@ appendChildToContainer: function (container, child) {

8

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

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"publish:package": "npm run prepublish && npm publish",
"build:demo": "cd demo/ && webpack --mode production",
"build:demo": "cd demo/ && webpack --mode development",
"start:demo": "node demo-build/main.js",

@@ -51,10 +51,10 @@ "build": "rollup -c",

"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^1.7.0",
"express": "^4.17.1",
"helmet": "^4.1.0",
"prettier": "^1.19.1",
"react": "^17.0.2",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"rollup": "^2.26.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.2",
"webpack": "^5.70.0",

@@ -61,0 +61,0 @@ "webpack-cli": "^4.9.2",

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