Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@kynikos/react-components

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kynikos/react-components - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-1
dist/Iframe.js

@@ -47,3 +47,3 @@ "use strict";

value: function render() {
createElement('iframe', {
return createElement('iframe', {
// Setting display:none makes it unprintable in Chrome

@@ -50,0 +50,0 @@ style: {

{
"name": "@kynikos/react-components",
"version": "1.1.0",
"version": "1.1.1",
"author": "Dario Giovannetti",

@@ -18,10 +18,10 @@ "description": "React components.",

"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"eslint": "^5.16.0",
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"eslint": "^6.5.1",
"eslint-plugin-babel": "^5.3.0"

@@ -28,0 +28,0 @@ },

@@ -13,3 +13,3 @@ // This file is part of react-components

render() {
createElement('iframe', {
return createElement('iframe', {
// Setting display:none makes it unprintable in Chrome

@@ -16,0 +16,0 @@ style: {