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

@spectrum-css/inlinealert

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/inlinealert - npm Package Compare versions

Comparing version

to
2.0.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="2.0.0"></a>
# 2.0.0
🗓 2021-09-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@2.0.0-alpha.2...@spectrum-css/inlinealert@2.0.0)
### 🐛 Bug fixes
* updating version number on vars ([f535b49](https://github.com/adobe/spectrum-css/commit/f535b49))
<a name="2.0.0-alpha.2"></a>

@@ -8,0 +20,0 @@ # 2.0.0-alpha.2

19

package.json
{
"name": "@spectrum-css/inlinealert",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "The Spectrum CSS in-line alert component",

@@ -19,10 +19,10 @@ "license": "Apache-2.0",

"peerDependencies": {
"@spectrum-css/icon": "^3.0.3-alpha.0",
"@spectrum-css/vars": "^3.1.0-alpha.0"
"@spectrum-css/icon": "^3.0.4",
"@spectrum-css/vars": "^4.0.0"
},
"devDependencies": {
"@spectrum-css/button": "^4.0.0-alpha.2",
"@spectrum-css/component-builder": "^3.0.0-alpha.1",
"@spectrum-css/icon": "^3.0.3-alpha.3",
"@spectrum-css/vars": "^3.1.0-alpha.3",
"@spectrum-css/button": "^4.0.0",
"@spectrum-css/component-builder": "^3.0.0",
"@spectrum-css/icon": "^3.0.4",
"@spectrum-css/vars": "^4.0.0",
"gulp": "^4.0.0"

@@ -33,4 +33,3 @@ },

},
"homepage": "https://opensource.adobe.com/spectrum-css/",
"gitHead": "1b1742bdd8097e86f28157672437650ef7b66ad1"
}
"homepage": "https://opensource.adobe.com/spectrum-css/"
}