New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uxland-admin/ip-context-info

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland-admin/ip-context-info - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

components/ip-ci/ip-ci-styles.js
import { html } from '@polymer/lit-element';
export default html `<custom-style><style>#app-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex:1;height:100vh}:host{display:flex;margin-left:32px}*[hidden]{display:none !important}#context-info-toolbar{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:12px;color:#fff}#context-info-toolbar paper-icon-button{width:40px;height:40px;padding:8px;margin-right:6px;--iron-icon-fill-color: #00B0FF}#context-info-toolbar paper-icon-button:hover{background-color:#546e7a;border-radius:50%}#context-info-toolbar .diagnostic{font-weight:500;font-size:.9286rem;margin-right:12px;line-height:1rem}.context-info{text-transform:uppercase;opacity:.67}.separator{border-right:1px solid #798188;height:20px;margin:0 16px 0 24px}#context-info-dialog{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;position:absolute;top:48px;left:0;width:100vw;height:calc(100vh - 48px);background:rgba(44,62,80,0.97);color:#fff;z-index:1000}#context-info-dialog-header{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:16px 24px}#context-info-dialog-container{padding:32px 48px;overflow-y:auto}#context-info-dialog-container::-webkit-scrollbar-track{background:rgba(44,62,80,0.97)}#context-info-dialog-container::-webkit-scrollbar{background:rgba(44,62,80,0.97)}#context-info-dialog-container::-webkit-scrollbar-thumb{background:#526b73;width:2px}paper-icon-button#close-context{--iron-icon-fill-color: #fff;position:absolute;left:96%;top:10px}
export default html `<custom-style><style>#app-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex:1;height:100vh}:host{display:flex;margin-left:32px}*[hidden]{display:none !important}#context-info-toolbar{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;font-size:12px;color:#fff}#context-info-toolbar paper-icon-button{width:40px;height:40px;padding:8px;margin-right:6px;--iron-icon-fill-color: #00B0FF}#context-info-toolbar paper-icon-button:hover{background-color:#546e7a;border-radius:50%}#context-info-toolbar .diagnostic{font-weight:500;font-size:.9286rem;margin-right:12px;line-height:1rem}.context-info{text-transform:uppercase;opacity:.67}.separator{border-right:1px solid #798188;height:20px;margin:0 16px 0 24px}#context-info-dialog{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;position:absolute;top:48px;left:0;width:100vw;height:calc(100vh - 48px);background:rgba(44,62,80,0.97);color:#fff;z-index:1000}#context-info-dialog-header{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:16px 24px}#context-info-dialog-container{padding:32px 48px;overflow-y:auto}#context-info-dialog-container::-webkit-scrollbar-track{background:rgba(44,62,80,0.97)}#context-info-dialog-container::-webkit-scrollbar{background:rgba(44,62,80,0.97)}#context-info-dialog-container::-webkit-scrollbar-thumb{background:#526b73;width:2px}paper-icon-button#close-context{--iron-icon-fill-color: #fff;position:absolute;left:96%;top:10px}
</style></custom-style>`;

@@ -47,3 +47,3 @@ import * as tslib_1 from "tslib";

tslib_1.__decorate([
listen('click', '#open-context'),
listen('click', '#context-info-toolbar'),
tslib_1.__metadata("design:type", Function),

@@ -50,0 +50,0 @@ tslib_1.__metadata("design:paramtypes", [Object]),

{
"name": "@uxland-admin/ip-context-info",
"description": "ICS Process - Context info",
"version": "1.0.17",
"version": "1.0.18",
"main": "index.js",

@@ -20,2 +20,3 @@ "repository": {

"@types/mocha": "^5.2.5",
"@uxland-admin/ics-process": "1.1.34",
"@webcomponents/custom-elements": "^1.2.0",

@@ -29,5 +30,4 @@ "@webcomponents/webcomponentsjs": "^2.0.0",

"require-dir": "^0.3.2",
"rimraf": "^2.6.2",
"typescript": "^3.1.6",
"@uxland-admin/ics-process": "1.1.34"
"rimraf": "^2.6.3",
"typescript": "^3.1.6"
},

@@ -34,0 +34,0 @@ "dependencies": {

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