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.0 to 0.17.1

2

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

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

0.17.1 / 2013-07-03
==================
* fix mixins skipping the next declaration
0.17.0 / 2013-06-18

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

@@ -65,4 +65,4 @@

// remove original
declarations.splice(i, 1);
declarations.splice(i--, 1);
}
}
{
"name": "rework",
"version": "0.17.0",
"version": "0.17.1",
"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