Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

accented

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accented - npm Package Compare versions

Comparing version 0.0.1-dev.3 to 0.0.1-dev.4

6

dist/accented.js
import axe from 'axe-core';
import TaskQueue from './task-queue';
import DomUpdater from './dom-updater';
import issuesToElements from './utils/issuesToElements';
import TaskQueue from './task-queue.js';
import DomUpdater from './dom-updater.js';
import issuesToElements from './utils/issuesToElements.js';
const defaultProps = {

@@ -6,0 +6,0 @@ outputToConsole: true,

{
"name": "accented",
"version": "0.0.1-dev.3",
"version": "0.0.1-dev.4",
"description": "Continuous accessibility testing and issue highlighting for web development",

@@ -30,3 +30,3 @@ "type": "module",

"scripts": {
"build": "tsc",
"build": "tsc && ./scripts/add-import-extensions.mjs",
"watch": "tsc --watch",

@@ -33,0 +33,0 @@ "test": "node --test --import tsx ./**/*.test.ts"

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