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

@vaadin-component-factory/vcf-pdf-viewer

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-pdf-viewer - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "@vaadin-component-factory/vcf-pdf-viewer",
"version": "1.4.0",
"version": "1.4.1",
"description": "Polymer element providing pdf viewer",

@@ -5,0 +5,0 @@ "main": "vcf-pdf-viewer.js",

@@ -310,3 +310,3 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element';

static get version() {
return '1.4.0';
return '1.4.1';
}

@@ -313,0 +313,0 @@

@@ -19,3 +19,3 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js';

border: 1px solid var(--lumo-contrast-10pct);
border-radius: var(--lumo-border-radius);
border-radius: var(--lumo-border-radius, var(--lumo-border-radius-m));
font-family: var(--lumo-font-family);

@@ -76,3 +76,3 @@ position: relative;

height: var(--lumo-size-m);
border-radius: var(--lumo-border-radius);
border-radius: var(--lumo-border-radius, var(--lumo-border-radius-m));
color: var(--lumo-contrast-80pct);

@@ -79,0 +79,0 @@ transition: background-color 100ms, color 100ms;

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