Socket
Socket
Sign inDemoInstall

primer-blankslate

Package Overview
Dependencies
Maintainers
1
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-blankslate - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

10

CHANGELOG.md

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

# v0.2.3
* 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)
* Replacing the use of :size in octicons with :height - Jon Rohan [github/github@e2dbe6f](https://github.com/github/github/commit/e2dbe6f)
* Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421)
* 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)
# v0.2.2

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

7

package.json
{
"version": "0.2.2",
"version": "0.2.3",
"name": "primer-blankslate",

@@ -28,5 +28,4 @@ "description": "Blankslates are for when there is a lack of content within a page or section.",

"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"
},

@@ -33,0 +32,0 @@ "keywords": [

@@ -42,2 +42,3 @@ # Primer CSS Blankslate

title: Blankslate
homepage: https://github.com/primer/blankslate
-->

@@ -66,5 +67,5 @@

<div class="blankslate">
<%= octicon :symbol => "git-commit", :size => "large", :class => "blankslate-icon" %>
<%= octicon :symbol => "tag", :size => "large", :class => "blankslate-icon" %>
<%= octicon :symbol => "git-branch", :size => "large", :class => "blankslate-icon" %>
<%= octicon "git-commit", :height => 32, :class => "blankslate-icon" %>
<%= octicon "tag", :height => 32, :class => "blankslate-icon" %>
<%= octicon "git-branch", :height => 32, :class => "blankslate-icon" %>
<h3>This is a blank slate</h3>

@@ -71,0 +72,0 @@ <p>Use it to provide information when no dynamic content exists.</p>

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