Socket
Socket
Sign inDemoInstall

stylecow-plugin-msfilter-transform

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-msfilter-transform - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

6

index.js

@@ -11,7 +11,7 @@ require('sylvester');

transform: function (declaration) {
var rule = declaration.ancestor('Rule');
var rule = declaration.ancestor({type: 'Rule'});
var matrix = [];
declaration.search('Function').forEach(function (fn) {
var args = fn.content;
declaration.search({type: 'Function'}).forEach(function (fn) {
var args = fn.getValue();

@@ -18,0 +18,0 @@ switch (fn.name) {

{
"name": "stylecow-plugin-msfilter-transform",
"description": "Stylecow plugin to add ms filters emulating some 2d transforms: rotate(), scale(), skew(), matrix(), etc",
"version": "1.1.0",
"version": "2.0.0",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-msfilter-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