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

@zywave/notes-widget

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/notes-widget - npm Package Compare versions

Comparing version 1.0.0-rc.30 to 1.0.0-rc.32

6

dist/components/note-expander.js

@@ -19,3 +19,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

<zui-expander type="group-standard">
<div slot="title">
<div slot="title" class="title-slot">
<div class="note-title">

@@ -110,2 +110,6 @@ <h3 class="note-title-category">

}
.title-slot {
max-width: 90%;
}
`;

@@ -112,0 +116,0 @@ __decorate([

1

dist/components/truncated-text.js

@@ -65,3 +65,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

word-wrap: break-word;
display: inline-block;
}

@@ -68,0 +67,0 @@

{
"name": "@zywave/notes-widget",
"version": "1.0.0-rc.30",
"version": "1.0.0-rc.32",
"description": "A custom web component for notes functionality through a widget",

@@ -5,0 +5,0 @@ "main": "dist/notes-widget.js",

@@ -58,2 +58,6 @@ import { LitElement, html, css, nothing } from 'lit';

}
.title-slot {
max-width: 90%;
}
`;

@@ -76,3 +80,3 @@

<zui-expander type="group-standard">
<div slot="title">
<div slot="title" class="title-slot">
<div class="note-title">

@@ -79,0 +83,0 @@ <h3 class="note-title-category">

@@ -14,3 +14,2 @@ import { LitElement, html, nothing, css } from 'lit';

word-wrap: break-word;
display: inline-block;
}

@@ -17,0 +16,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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