@dddstack/ariatype-aria-roles-composite
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "@dddstack/ariatype-aria-roles-composite", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "@dddstack/ariatype-aria-roles-composite", | ||
@@ -16,3 +16,3 @@ "keywords": [], | ||
"license": "MIT", | ||
"author": "ddddurk <ddddurk@proton.me>", | ||
"author": "Durk Steed Jr. <durksteedjr.code@proton.me>", | ||
"type": "module", | ||
@@ -25,3 +25,3 @@ "exports": "./dist/index.js", | ||
"dependencies": { | ||
"@dddstack/ariatype-aria-roles-generic": "1.0.3" | ||
"@dddstack/ariatype-aria-roles-generic": "2.0.0" | ||
}, | ||
@@ -36,8 +36,11 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "tsup", | ||
"build:watch": "tsup --watch", | ||
"test:typecheck": "tsc --noEmit", | ||
"build": "pnpm tsup:build", | ||
"dev": "pnpm tsup:dev", | ||
"tsc": "tsc", | ||
"tsup": "tsup" | ||
"tsc:typecheck": "pnpm tsc --noEmit", | ||
"tsup": "tsup", | ||
"tsup:build": "pnpm tsup", | ||
"tsup:dev": "pnpm tsup --watch", | ||
"typecheck": "pnpm tsc:typecheck" | ||
} | ||
} |
@@ -1,7 +0,1 @@ | ||
# @dddstack/ariatype-aria-roles-composite | ||
@dddstack/ariatype-aria-roles-composite | ||
## Documentation | ||
For comprehensive documentation, view [`@dddstack/ariatype`](https://github.com/dddstack/ariatype). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3488
2
2
+ Added@dddstack/ariatype-aria-roles-generic@2.0.0(transitive)
- Removed@dddstack/ariatype-aria-roles-generic@1.0.3(transitive)