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.10.0 to 0.10.1

6

component.json
{
"name": "rework",
"version": "0.10.0",
"version": "0.10.1",
"description": "CSS manipulations built on CSSOM",

@@ -9,2 +9,3 @@ "keywords": ["css", "manipulation", "preprocess", "transform"],

"visionmedia/debug": "*",
"component/color-parser": "0.1.0",
"component/path": "*"

@@ -20,2 +21,5 @@ },

"lib/plugins/at2x.js",
"lib/plugins/colors.js",
"lib/plugins/extend.js",
"lib/plugins/mixin.js",
"lib/plugins/keyframes.js",

@@ -22,0 +26,0 @@ "lib/plugins/opacity.js",

0.10.1 / 2012-12-11
==================
* fix named color support
0.10.0 2012-12-10

@@ -3,0 +8,0 @@ ==================

4

package.json
{
"name": "rework",
"version": "0.10.0",
"version": "0.10.1",
"description": "CSS manipulations built on CSSOM",

@@ -13,3 +13,3 @@ "keywords": ["css", "manipulation", "preprocess", "transform"],

"commander": "1.0.4",
"color-parser": "0.0.1",
"color-parser": "0.1.0",
"debug": "*"

@@ -16,0 +16,0 @@ },

@@ -5,2 +5,4 @@

var str = fs.readFileSync('testing/index.css', 'utf8');
var whitespace = require('css-whitespace');
str = whitespace(str);

@@ -10,4 +12,5 @@ var mixins = require('rework-mixins');

console.log(rework(str)
.use(rework.colors())
.use(rework.mixins(mixins))
.toString());

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