Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

rework

Package Overview
Dependencies
8
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.1 to 0.13.2

lib/properties.js

5

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

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

"lib/utils.js",
"lib/visit.js",
"lib/properties.js",
"lib/plugins/url.js",

@@ -25,2 +27,3 @@ "lib/plugins/vars.js",

"lib/plugins/keyframes.js",
"lib/plugins/references.js",
"lib/plugins/opacity.js",

@@ -27,0 +30,0 @@ "lib/plugins/prefix-selectors.js",

0.13.2 / 2013-02-28
==================
* add ./rework.js stand-alone build
* refactor positions example with visitor
0.13.1 / 2013-02-26

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

11

lib/rework.js

@@ -6,4 +6,3 @@

var css = require('css')
, visit = require('./visit');
var css = require('css');

@@ -20,5 +19,11 @@ /**

exports.visit = visit;
exports.visit = require('./visit');
/**
* Expose prefix properties.
*/
exports.properties = require('./properties');
/**
* Initialize a new stylesheet `Rework` with `str`.

@@ -25,0 +30,0 @@ *

{
"name": "rework",
"version": "0.13.1",
"version": "0.13.2",
"description": "CSS manipulations built on CSSOM",

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

@@ -14,6 +14,8 @@ # rework

or in the browser:
or in the browser with component:
$ component install visionmedia/rework
or in the browser with the stand-alone build ./rework.js referencing the `rework` global.
## Links

@@ -20,0 +22,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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