Comparing version 0.20.2 to 0.20.3
{ | ||
"name": "rework", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"description": "CSS manipulations built on CSSOM", | ||
"keywords": ["css", "manipulation", "preprocess", "transform"], | ||
"keywords": [ | ||
"css", | ||
"manipulation", | ||
"preprocess", | ||
"transform" | ||
], | ||
"dependencies": { | ||
@@ -29,2 +34,2 @@ "reworkcss/css": "1.6.1", | ||
] | ||
} | ||
} |
@@ -0,1 +1,16 @@ | ||
0.20.3 / 2014-05-08 | ||
================== | ||
* Using updated rework-inherit | ||
* Update repo URL and add keywords | ||
* Merge pull request #143 from lennart/master | ||
* Fixed Travis CI | ||
* Merge pull request #142 from joliss/commander | ||
* Remove unused commander dependency | ||
* Merge pull request #140 from bclinkinbeard/patch-1 | ||
* Update Readme.md to document sourcemap option | ||
* Merge pull request #138 from ericf/patch-1 | ||
* Unignore /rework.js so it's in the npm package | ||
0.20.2 / 2014-01-02 | ||
@@ -2,0 +17,0 @@ =================== |
{ | ||
"name": "rework", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -9,3 +9,5 @@ "keywords": [ | ||
"preprocess", | ||
"transform" | ||
"transform", | ||
"browser", | ||
"server" | ||
], | ||
@@ -15,7 +17,6 @@ "author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
"type": "git", | ||
"url": "git://github.com/visionmedia/rework.git" | ||
"url": "git://github.com/reworkcss/rework.git" | ||
}, | ||
"dependencies": { | ||
"css": "1.6.0", | ||
"commander": "1.0.4", | ||
"color-parser": "0.1.0", | ||
@@ -25,3 +26,3 @@ "hsb2rgb": "1.0.2", | ||
"debug": "*", | ||
"rework-inherit": "0.2.1", | ||
"rework-inherit": "~0.2.1", | ||
"rework-visit": "1.0.0", | ||
@@ -39,2 +40,2 @@ "convert-source-map": "~0.3.1" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# rework [![Build Status](https://travis-ci.org/visionmedia/rework.png)](https://travis-ci.org/visionmedia/rework) | ||
# rework [![Build Status](https://travis-ci.org/reworkcss/rework.png)](https://travis-ci.org/visionmedia/rework) | ||
@@ -50,3 +50,3 @@ CSS manipulations built on [css](https://github.com/visionmedia/css), | ||
Return the string representation of the manipulated css. Optionally | ||
you may compress the output with `.toString({ compress: true })` | ||
you may compress the output with `.toString({ compress: true })` and/or generate an inline source map with `.toString({ sourcemap: true })` | ||
@@ -53,0 +53,0 @@ ## Plugins |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
97002
8
21
3002
6
2
+ Addedrework-inherit@0.2.3(transitive)
- Removedcommander@1.0.4
- Removedcommander@1.0.4(transitive)
- Removedkeypress@0.1.0(transitive)
- Removedrework-inherit@0.2.1(transitive)
Updatedrework-inherit@~0.2.1