Socket
Socket
Sign inDemoInstall

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.1 to 0.10.2

2

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

@@ -5,0 +5,0 @@ "keywords": ["css", "manipulation", "preprocess", "transform"],

0.10.2 / 2012-12-14
==================
* fix .svg at2x. Closes #17
* add gradients to rework(1)
0.10.1 / 2012-12-11

@@ -3,0 +9,0 @@ ==================

@@ -45,2 +45,5 @@

// ignore .svg
if ('.svg' == ext) return;
// @2x value

@@ -47,0 +50,0 @@ url = path.join(path.dirname(url), path.basename(url, ext) + '@2x' + ext);

{
"name": "rework",
"version": "0.10.1",
"version": "0.10.2",
"description": "CSS manipulations built on CSSOM",

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

"main": "index"
}
}

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