You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@internetarchive/ia-menu-slider

Package Overview
Dependencies
Maintainers
14
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

to
2.0.0

4

package.json
{
"name": "@internetarchive/ia-menu-slider",
"version": "1.1.3-a1",
"version": "2.0.0",
"description": "Menu slider used in ia-topnav",

@@ -32,3 +32,3 @@ "author": "ia-menu-slider",

"@open-wc/eslint-config": "^2.0.0",
"@open-wc/testing": "^2.0.0",
"@open-wc/testing": "^3.0.4",
"@open-wc/testing-karma": "^3.0.0",

@@ -35,0 +35,0 @@ "deepmerge": "^3.2.0",

@@ -110,5 +110,5 @@ import { html, fixture, expect } from '@open-wc/testing';

expect(icons).to.not.be.undefined;
expect(icon1).to.not.be.undefined;
expect(icon2).to.not.be.undefined;
expect(icons).to.exist;
expect(icon1).to.exist;
expect(icon2).to.exist;
});

@@ -115,0 +115,0 @@