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

@internetarchive/ia-item-navigator

Package Overview
Dependencies
Maintainers
13
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/ia-item-navigator - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-a1

26

dist/src/item-navigator.js

@@ -77,3 +77,3 @@ import { __decorate } from "tslib";

render() {
const displayReaderClass = this.loaded ? '' : 'hide';
const displayReaderClass = this.loaded ? '' : 'hidden';
return html `

@@ -267,2 +267,11 @@ <div id="frame" class=${`${this.menuClass}`}>

:host,
#frame,
.menu-and-reader,
.loading-area,
.loading-view {
min-height: inherit;
height: inherit;
}
slot {

@@ -287,12 +296,2 @@ display: block;

.loading-area {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: inherit;
min-height: inherit;
}
.loading-view {

@@ -302,4 +301,2 @@ display: flex;

justify-content: center;
min-height: inherit;
height: inherit;
}

@@ -313,4 +310,3 @@

.hidden {
height: 1px;
width: 1px;
display: none;
}

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

{
"name": "@internetarchive/ia-item-navigator",
"version": "0.0.1",
"version": "0.0.2-a1",
"description": "Internet Archive's Item Navigator, visually eplore an item's contents.",

@@ -5,0 +5,0 @@ "author": "Internet Archive",

@@ -158,3 +158,3 @@ import {

render(): TemplateResult {
const displayReaderClass = this.loaded ? '' : 'hide';
const displayReaderClass = this.loaded ? '' : 'hidden';
return html`

@@ -372,2 +372,11 @@ <div id="frame" class=${`${this.menuClass}`}>

:host,
#frame,
.menu-and-reader,
.loading-area,
.loading-view {
min-height: inherit;
height: inherit;
}
slot {

@@ -392,12 +401,2 @@ display: block;

.loading-area {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: inherit;
min-height: inherit;
}
.loading-view {

@@ -407,4 +406,2 @@ display: flex;

justify-content: center;
min-height: inherit;
height: inherit;
}

@@ -418,4 +415,3 @@

.hidden {
height: 1px;
width: 1px;
display: none;
}

@@ -422,0 +418,0 @@

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