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

kayto

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kayto - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

2

dist/kayto.js

@@ -117,3 +117,3 @@ /******/ (function(modules) { // webpackBootstrap

var defaultMaxWidth = window.kaytoMaxWidth || 1600;
var defaultMaxWidth = window.kaytoMaxWidth || 1488;
var lastGoodMaxWidth = defaultMaxWidth;

@@ -120,0 +120,0 @@ var columns = window.kaytoColumns || 12;

@@ -5,3 +5,3 @@ // ==UserScript==

// @namespace kayto
// @version 0.0.6
// @version 1.0.0
// @grant none

@@ -126,3 +126,3 @@ // ==/UserScript==

var defaultMaxWidth = window.kaytoMaxWidth || 1600;
var defaultMaxWidth = window.kaytoMaxWidth || 1488;
var lastGoodMaxWidth = defaultMaxWidth;

@@ -399,3 +399,3 @@ var columns = window.kaytoColumns || 12;

styleView.setAttribute('data-comment', 'required styles for kayto script');
styleView.textContent = '.kayto{margin-left:auto;margin-right:auto;max-width:1600px;pointer-events:none}.kayto-ctrl::after,.kayto::after{clear:both;content:\' \';display:table}.kayto .kayto-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1600px;opacity:.4;position:fixed;width:100%;z-index:1100}.kayto .kayto-container>.kayto-column{background-color:#80bde1;box-sizing:border-box;-ms-flex:0 1 auto;flex:0 1 auto;float:left;height:100vh;padding-left:16px;padding-right:16px;width:8.33333%}.kayto .kayto-container>.kayto-column>.kayto-content{background-color:#409bd2;height:100vh;overflow-x:hidden}.kayto-ctrl{background-color:#474747;bottom:16px;cursor:move;font-family:"Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;font-size:16px;min-width:170px;padding:16px;position:fixed;right:24px;z-index:1200}.kayto-ctrl .kayto-ctrl-container label:hover,.kayto-ctrl input[type=checkbox]:hover{cursor:pointer}.kayto-ctrl input[type=checkbox]{margin-right:.5em;visibility:visible}.kayto-ctrl input[type=text]{color:#474747;width:100%}.kayto-ctrl .kayto-ctrl-current-width-panel,.kayto-ctrl .kayto-ctrl-max-width-panel,.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-current-max-width-ctrl,.kayto-ctrl label{color:#fff}.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-edit-icon{color:#fff;margin-left:.5em;position:relative;top:3px}.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-edit-icon>svg{fill:#fff;height:16px;width:16px}';
styleView.textContent = '.kayto{margin-left:auto;margin-right:auto;max-width:1488px;pointer-events:none}.kayto-ctrl::after,.kayto::after{clear:both;content:\' \';display:table}.kayto .kayto-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1488px;opacity:.4;position:fixed;width:100%;z-index:1100}.kayto .kayto-container>.kayto-column{background-color:#80bde1;box-sizing:border-box;-ms-flex:0 1 auto;flex:0 1 auto;float:left;height:100vh;padding-left:8px;padding-right:8px;width:8.33333%}.kayto .kayto-container>.kayto-column>.kayto-content{background-color:#409bd2;height:100vh;overflow-x:hidden}.kayto-ctrl{background-color:#474747;bottom:16px;cursor:move;font-family:"Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;font-size:16px;min-width:170px;opacity:.5;padding:16px;position:fixed;right:24px;z-index:1200}.kayto-ctrl:hover{opacity:1}.kayto-ctrl .kayto-ctrl-container label:hover,.kayto-ctrl input[type=checkbox]:hover{cursor:pointer}.kayto-ctrl input[type=checkbox]{margin-right:.5em;visibility:visible}.kayto-ctrl input[type=text]{color:#474747;width:100%}.kayto-ctrl .kayto-ctrl-current-width-panel,.kayto-ctrl .kayto-ctrl-max-width-panel,.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-current-max-width-ctrl,.kayto-ctrl label{color:#fff}.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-edit-icon{color:#fff;margin-left:.5em;position:relative;top:3px}.kayto-ctrl .kayto-ctrl-max-width-panel .kayto-edit-icon>svg{fill:#fff;height:16px;width:16px}';
document.body.appendChild(styleView);

@@ -402,0 +402,0 @@ }

{
"name": "kayto",
"version": "0.0.6",
"version": "1.0.0",
"description": "Your UI layout sidekick",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,3 +6,3 @@ import dragNdrop from 'npm-dragndrop';

var defaultMaxWidth = window.kaytoMaxWidth || 1600;
var defaultMaxWidth = window.kaytoMaxWidth || 1488;
var lastGoodMaxWidth = defaultMaxWidth;

@@ -9,0 +9,0 @@ var columns = window.kaytoColumns || 12;

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc