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 3.0.0 to 4.0.0

tests/cases.js

4

index.js

@@ -14,6 +14,6 @@ require('sylvester');

fn: function (declaration) {
var block = declaration.parent('Block');
var block = declaration.getParent('Block');
var matrix = [];
declaration.search('Function').forEach(function (fn) {
declaration.getAll('Function').forEach(function (fn) {
var args = fn.toArray();

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

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

@@ -16,3 +16,9 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-msfilter-transform",

},
"devDependencies": {
"stylecow-parser": "2.*"
},
"scripts": {
"test": "mocha tests/cases.js"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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