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.9.0 to 0.9.1

5

History.md
0.9.1 / 2012-12-04
==================
* fix rgba() with arity > 2
0.9.0 / 2012-11-30

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

3

lib/plugins/colors.js

@@ -48,2 +48,5 @@

// arity > 2
if (rgba.split(',').length > 2) continue;
// color

@@ -50,0 +53,0 @@ var c = rgba.slice(rgba.indexOf('(') + 1, rgba.indexOf(',')).trim();

2

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

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

@@ -95,3 +95,3 @@ # rework

'phone': 'only screen and (min-device-width : 320px) and (max-device-width : 480px)',
'phone-landscape': '@media only screen and (min-width : 321px)'
'phone-landscape': 'only screen and (min-width : 321px)'
}))

@@ -123,3 +123,3 @@ ```

@media @media only screen and (min-width : 321px) {
@media only screen and (min-width : 321px) {
body {

@@ -126,0 +126,0 @@ background: 'red'

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