Socket
Socket
Sign inDemoInstall

nib

Package Overview
Dependencies
Maintainers
0
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 0.0.6 to 0.0.7

support/stylus/test/cases/mixins.reset.css

6

History.md
0.0.7 / 2011-04-24
==================
* Added moz to `transition()`. Closes #4
* Refactored reset
0.0.6 / 2011-04-15

@@ -3,0 +9,0 @@ ==================

2

lib/nib.js

@@ -33,3 +33,3 @@

exports.version = '0.0.6';
exports.version = '0.0.7';

@@ -36,0 +36,0 @@ /**

{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "0.0.6",
"version": "0.0.7",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -12,2 +12,6 @@

If the image generation features of Nib are desired, such as generating the linear gradient images, install [node-canvas](http://github.com/learnboost/node-canvas):
$ npm install canvas
## JavaScript API

@@ -52,2 +56,18 @@

## Testing
You will need `node-canvas` installed:
$ npm install canvas
Run the automated test cases:
$ make test
For visual testing run the test server:
$ make test-server
Then visit `localhost:3000` in your browser.
## Contributors

@@ -54,0 +74,0 @@

0.11.9 / 2011-04-15
==================
* Fixed issue with large selectors spanning several lines
0.11.8 / 2011-04-15
==================
* Added support for `Renderer#define(name, node)` to define a global
0.11.7 / 2011-04-12

@@ -3,0 +13,0 @@ ==================

@@ -336,6 +336,8 @@

if ('newline' == this.lookahead(i).type)
return false;
// Trailing separators
while (!~[
'newline'
, 'indent'
'indent'
, 'outdent'

@@ -342,0 +344,0 @@ , 'for'

@@ -26,3 +26,3 @@

exports.version = '0.11.7';
exports.version = '0.11.9';

@@ -29,0 +29,0 @@ /**

{ "name": "stylus"
, "description": "Robust, expressive, and feature-rich CSS superset"
, "version": "0.11.7"
, "version": "0.11.9"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

@@ -5,0 +5,0 @@ , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]

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