Socket
Socket
Sign inDemoInstall

nib

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nib - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

lib/nib/border-radius.styl

8

docs/README.md

@@ -120,17 +120,9 @@ # Mixins

button {
-webkit-border-radius: 1px 2px/3px 4px;
-moz-border-radius: 1px 2px/3px 4px;
border-radius: 1px 2px/3px 4px;
}
button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
button {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;

@@ -137,0 +129,0 @@ }

4

package.json
{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "1.1.0",
"version": "1.1.2",
"license": "MIT",

@@ -11,3 +11,3 @@ "repository": {

"dependencies": {
"stylus": "0.49.x"
"stylus": "0.54.5"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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