Socket
Socket
Sign inDemoInstall

primer-alerts

Package Overview
Dependencies
Maintainers
14
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-alerts - npm Package Compare versions

Comparing version 1.6.0-alpha.ff72c63b to 2.0.0

13

package.json
{
"version": "1.6.0-alpha.ff72c63b",
"version": "2.0.0",
"name": "primer-alerts",

@@ -13,3 +13,6 @@ "description": "Flash messages, or alerts, inform users of successful or pending actions.",

"category": "product",
"module_type": "components"
"module_type": "components",
"class_whitelist": [
"warning"
]
},

@@ -29,6 +32,8 @@ "files": [

"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint"
"test": "../../script/npm-run-all build lint",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},
"dependencies": {
"primer-support": "4.6.0-alpha.ff72c63b"
"primer-support": "5.0.0"
},

@@ -35,0 +40,0 @@ "keywords": [

@@ -40,2 +40,3 @@ # Primer Alerts

title: Alerts
path: components/alerts
status: Stable

@@ -101,3 +102,3 @@ -->

```html
```erb
<div class="flash">

@@ -113,3 +114,3 @@ <%= octicon "alert" %>

```html
```erb
<div class="flash">

@@ -116,0 +117,0 @@ <button class="flash-close js-flash-close" type="button"><%= octicon "x", :"aria-label" => "Close" %></button>

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