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

@aurodesignsystem/auro-hyperlink

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurodesignsystem/auro-hyperlink - npm Package Compare versions

Comparing version 3.4.2 to 3.5.0

12

CHANGELOG.md
# Semantic Release Automated Changelog
# [3.5.0](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v3.4.2...v3.5.0) (2024-01-20)
### Features
* **ssr:** add support for SSR projects [#193](https://github.com/AlaskaAirlines/auro-hyperlink/issues/193) ([6eeb233](https://github.com/AlaskaAirlines/auro-hyperlink/commit/6eeb233e6cbf6253fc523e833cf72c31e621ae6c))
### Performance Improvements
* **deps:** update dependencies ([8cacced](https://github.com/AlaskaAirlines/auro-hyperlink/commit/8cacced246f05b60d4b806c775921403c0179585))
## [3.4.2](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v3.4.1...v3.4.2) (2024-01-17)

@@ -4,0 +16,0 @@

23

package.json

@@ -10,3 +10,3 @@ {

"name": "@aurodesignsystem/auro-hyperlink",
"version": "3.4.2",
"version": "3.5.0",
"description": "auro-hyperlink HTML custom element",

@@ -17,2 +17,3 @@ "repository": {

},
"type": "module",
"main": "index.js",

@@ -25,3 +26,3 @@ "license": "Apache-2.0",

"chalk": "^5.3.0",
"lit": "^3.1.0"
"lit": "^3.1.1"
},

@@ -37,2 +38,3 @@ "peerDependencies": {

"@alaskaairux/icons": "^4.31.0",
"@aurodesignsystem/auro-library": "^2.2.5",
"@aurodesignsystem/design-tokens": "^4.3.0",

@@ -51,3 +53,3 @@ "@aurodesignsystem/eslint-config": "^1.3.0",

"@webcomponents/webcomponentsjs": "^2.8.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"compression": "^1.7.4",

@@ -64,3 +66,3 @@ "concat": "^1.0.3",

"markdown-magic": "^2.6.1",
"nodemon": "^3.0.2",
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",

@@ -70,6 +72,6 @@ "postcss": "^8.4.33",

"postcss-selector-replace": "^1.0.2",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-serve": "^2.0.2",
"sass": "^1.69.7",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.0",
"stylelint": "^16.1.0",

@@ -144,6 +146,7 @@ "stylelint-config-idiomatic-order": "^10.0.0",

"scripts": {
"build": "npm-run-all build:sass sass:render scssLint dist:js bundler postinstall build:api build:docs types",
"build": "npm-run-all build:sass sass:render scssLint dist:js bundler postinstall build:api build:docs",
"build:ci": "npm-run-all sweep build",
"build:api": "wca analyze 'src/auro-hyperlink.js' --outFiles docs/api.md",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",
"build:docs": "node scripts/generateDocs.js",
"build:docs": "node scripts/generateDocs.mjs",
"build:sass": "npm-run-all build:sass:component postCss:component sass:render",

@@ -156,6 +159,6 @@ "build:sass:component": "sass --no-source-map src:src",

"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js",
"esLint": "eslint src/auro-*.js",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node scripts/pre-commit.mjs",
"postCss:component": "node ./scripts/postCss.js",
"postCss:component": "node scripts/postCss.mjs",
"postinstall": "node packageScripts/postinstall.mjs",

@@ -162,0 +165,0 @@ "sass:render": "sass-render src/*.css -t ./scripts/staticStyles-template.js",

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