Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "rework", | ||
"version": "0.1.1", | ||
"version": "0.4.1", | ||
"description": "CSS manipulations built on CSSOM", | ||
"keywords": ["css", "manipulation", "preprocess", "transform"], | ||
"dependencies": { | ||
"visionmedia/node-css": "1.0.3", | ||
"visionmedia/node-css": "1.0.4", | ||
"component/path": "*" | ||
@@ -9,0 +9,0 @@ }, |
0.4.1 / 2012-09-17 | ||
================== | ||
* update css dep | ||
0.4.0 / 2012-09-17 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -26,3 +26,2 @@ | ||
style.rules.forEach(function(rule){ | ||
if (rule.keyframes) return keyframes(fn); | ||
if (rule.declarations) url(rule, fn); | ||
@@ -34,15 +33,2 @@ }); | ||
/** | ||
* Map within keyframes. | ||
* | ||
* @api private | ||
*/ | ||
function keyframes(fn) { | ||
rule.keyframes.forEach(function(keyframe){ | ||
if (!rule.vendor) return; | ||
url(keyframe, fn); | ||
}); | ||
} | ||
/** | ||
* Map url(). | ||
@@ -49,0 +35,0 @@ * |
{ | ||
"name": "rework", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -11,3 +11,3 @@ "keywords": ["css", "manipulation", "preprocess", "transform"], | ||
"dependencies": { | ||
"css": "1.0.3", | ||
"css": "1.0.5", | ||
"commander": "1.0.4" | ||
@@ -14,0 +14,0 @@ }, |
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
0
22783
451
+ Addedcss@1.0.5(transitive)
+ Addedcss-parse@1.0.4(transitive)
+ Addedcss-stringify@1.0.3(transitive)
- Removedcss@1.0.3(transitive)
- Removedcss-parse@1.0.3(transitive)
- Removedcss-stringify@1.0.2(transitive)
Updatedcss@1.0.5