Socket
Socket
Sign inDemoInstall

rework

Package Overview
Dependencies
13
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.2 to 0.20.3

rework.js

11

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc