Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rework

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rework - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

component.json
{
"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 @@ },

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