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

ability-attributes

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ability-attributes - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

dist/Base.d.ts

@@ -74,2 +74,14 @@ /*!

};
export interface AttributeInAssumption {
name: string;
value: string;
}
export declare type ClassAssumption = {
tag: string;
attributes: AttributeInAssumption[];
} | {
tag: string;
} | {
attributes: AttributeInAssumption[];
};
export declare abstract class AttributeSchema<P extends {

@@ -76,0 +88,0 @@ [name: string]: any;

4

dist/index.d.ts

@@ -5,3 +5,3 @@ /*!

*/
import { AttributeSchema, AttributeToParameter, Constraint, ConstraintEntry, ConstraintRef, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, TagConstraints, VariantsInClass } from './Base';
import { AttributeSchema, AttributeToParameter, ClassAssumption, Constraint, ConstraintEntry, ConstraintRef, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, TagConstraints, VariantsInClass } from './Base';
import * as DevEnv from './DevEnv';

@@ -11,2 +11,2 @@ import { AssumptionSpecificity, AttributeSchemaClass } from './DevEnvTypes';

import { hasAccessibilityAttribute, isAccessibleElement } from './Utils';
export { AttributeSchema, AttributeSchemaClass, AssumptionSpecificity, AttributeToParameter, Constraint, ConstraintEntry, ConstraintRef, TagConstraints, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, VariantsInClass, AccessibilityAttributes, AccessibleElements, HTMLElementAttributes, isAccessibleElement, hasAccessibilityAttribute, DevEnv };
export { AttributeSchema, AttributeSchemaClass, AssumptionSpecificity, AttributeToParameter, ClassAssumption, Constraint, ConstraintEntry, ConstraintRef, TagConstraints, MandatoryParameters, NonParameterAttribute, NonParameterAttributes, ParamConstraint, ParameterEntry, Parameters, VariantsInClass, AccessibilityAttributes, AccessibleElements, HTMLElementAttributes, isAccessibleElement, hasAccessibilityAttribute, DevEnv };
{
"name": "ability-attributes",
"version": "0.0.1",
"version": "0.0.2",
"description": "A base package for the accessibility attributes schema runtime",

@@ -31,3 +31,3 @@ "author": "Marat Abdullin <marata@microsoft.com>",

},
"gitHead": "9275e9660742f8cbbe42cd0e118d4f647c1bcd14"
"gitHead": "577a8f9cd88362ccdba26d47acce1851126a5c67"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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