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

@sunderapps/n4v

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sunderapps/n4v - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@sunderapps/n4v",
"version": "0.0.2",
"version": "0.0.3",
"description": "Navigation 4 Virtuosos - Accessible, Responsive Navbars",

@@ -5,0 +5,0 @@ "main": "./src/main.ts",

@@ -1,10 +0,8 @@

import { v4r } from '../scss/v4r.scss';
class Selectors {
#lib: string = v4r.lib;
#lib: string = 'n4v';
#pre: string = `${this.#lib}-`;
#controls: string = v4r.controls;
#disabled: string = v4r.disabled;
#expanded: string = v4r.expanded;
#tabbable: string = v4r.tabbable;
#controls: string = '[aria-controls]';
#disabled: string = '[disabled]';
#expanded: string = '[aria-expanded]';
#tabbable: string = '[tabindex]';
#hasLink: string = '[href]';

@@ -11,0 +9,0 @@ #hasId: string = '[id]';

@@ -1,11 +0,9 @@

import { v4r } from '../scss/v4r.scss';
class Settings {
delay = {
instant: v4r.delayInstant,
fast: v4r.delayFast,
medFast: v4r.delayMedFast,
default: v4r.delayDefault,
medSlow: v4r.delayMedSlow,
slow: v4r.delaySlow
delay: {[key: string]: number} = {
instant: 0,
fast: 100,
medFast: 200,
default: 300,
medSlow: 400,
slow: 500
};

@@ -12,0 +10,0 @@ }

@@ -72,7 +72,3 @@ import path from 'path';

options: {
sourceMap: isDev,
modules: {
auto: (resourcePath: string) => resourcePath.endsWith('v4r.scss'),
exportLocalsConvention: 'camelCase'
}
sourceMap: isDev
}

@@ -79,0 +75,0 @@ },

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