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.17.3 to 0.17.4

test.js

2

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

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

0.17.4 / 2013-08-22
==================
* add more to the at2x media query
* comment out inline() tests
0.17.3 / 2013-07-28

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

@@ -11,2 +11,15 @@

/**
* Vendor crap.
*/
var query = [
'(min--moz-device-pixel-ratio: 1.5)',
'(-o-min-device-pixel-ratio: 3/2)',
'(-webkit-min-device-pixel-ratio: 1.5)',
'(min-device-pixel-ratio: 1.5)',
'(min-resolution: 144dpi)',
'(min-resolution: 1.5dppx)'
].join(', ');
/**
* Translate

@@ -59,3 +72,3 @@ *

type: 'media',
media: 'all and (-webkit-min-device-pixel-ratio: 1.5)',
media: query,
rules: [

@@ -62,0 +75,0 @@ {

{
"name": "rework",
"version": "0.17.3",
"version": "0.17.4",
"description": "CSS manipulations built on CSSOM",

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

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