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

@internetarchive/ia-menu-slider

Package Overview
Dependencies
Maintainers
11
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/ia-menu-slider - npm Package Compare versions

Comparing version 0.1.9-alpha5 to 0.1.9-alpha6

2

package.json
{
"name": "@internetarchive/ia-menu-slider",
"version": "0.1.9-alpha5",
"version": "0.1.9-alpha6",
"description": "Menu slider used in ia-topnav",

@@ -5,0 +5,0 @@ "author": "ia-menu-slider",

@@ -16,2 +16,6 @@ import { css } from 'lit-element';

.animate {
transition: transform ${transitionTiming} ease-out;
}
.menu {

@@ -29,4 +33,4 @@ position: absolute;

transform: translateX(calc(${sliderWidth} * -1));
transition: transform ${transitionTiming} ease-out;
}
.menu:before {

@@ -33,0 +37,0 @@ position: absolute;

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