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.2 to 1.0.3

2

components/ip-ci/ip-ci-styles.js
import { html } from '@polymer/lit-element';
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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}
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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-right:32px}div{background-color:#F7F7F7;padding:6px 12px;border-radius:5px;font-size:12px;color:#37464D}
</style>`;

@@ -8,3 +8,3 @@ import { calculateModuleBaseRoute } from '@uxland/uxl-prism/calculate-module-base.route';

import { regionManager } from "@uxland/uxl-regions/region-manager";
import { subheader } from '@uxland-admin/ics-process-core/regions';
import { actionsToolbar } from '@uxland-admin/ics-process-core/regions';
export const initialize = (mi) => {

@@ -15,5 +15,5 @@ let baseRoute = calculateModuleBaseRoute(mi);

injectReducer(moduleName, reducer);
regionManager.registerViewWithRegion(subheader, moduleName, { htmlTag: 'ip-ci', htmlUrl: url('ip-ci/ip-ci'), sortHint: '001' });
regionManager.registerViewWithRegion(actionsToolbar, moduleName, { htmlTag: 'ip-ci', htmlUrl: url('ip-ci/ip-ci'), sortHint: '001' });
};
export const dispose = (mi) => {
};
{
"name": "@uxland-admin/ip-context-info",
"description": "ICS Process - Context info",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -30,3 +30,3 @@ "repository": {

"typescript": "^3.1.6",
"@uxland-admin/ics-process": "1.1.15"
"@uxland-admin/ics-process": "1.1.19"
},

@@ -33,0 +33,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