Socket
Socket
Sign inDemoInstall

primer-alerts

Package Overview
Dependencies
1
Maintainers
1
Versions
840
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.3.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# v0.3.0
* Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96)
* Updating octicons to deprecate the use of :symbol - Jon Rohan [github/github@9eb0c63](https://github.com/github/github/commit/9eb0c63)
* Lots of refactoring and tests written - Jon Rohan [github/github@6e3ac10](https://github.com/github/github/commit/6e3ac10)
* Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070)
* including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed)
* Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613)
* Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7)
# v0.2.6

@@ -2,0 +12,0 @@

7

package.json
{
"version": "0.2.6",
"version": "0.3.0",
"name": "primer-alerts",

@@ -31,5 +31,4 @@ "description": "Flash messages, or alerts, inform users of successful or pending actions.",

"postcss-cli": "^2.5.2",
"stylelint": "^6.5.1",
"stylelint-at-rule-import-path": "^1.0.2",
"stylelint-value-border-zero": "^1.0.2"
"stylelint": "^6.6.0",
"stylelint-config-primer": "^1.0.0"
},

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

@@ -30,3 +30,3 @@ # Primer CSS Alerts

For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css`
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.

@@ -43,2 +43,3 @@ ```

title: Alerts
homepage: https://github.com/primer/alerts
-->

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

<div class="flash flash-with-icon">
<%= octicon :symbol => "alert" %>
<%= octicon "alert" %>
Flash message with an icon goes here.

@@ -113,3 +114,3 @@ </div>

<div class="flash">
<button class="flash-close js-flash-close"><%= octicon :symbol => "x" %></button>
<button class="flash-close js-flash-close"><%= octicon "x" %></button>
Dismissable flash message goes here.

@@ -116,0 +117,0 @@ </div>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc