Socket
Socket
Sign inDemoInstall

gulp-svg2png

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svg2png - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

typings.json

6

index.js

@@ -1,2 +0,2 @@

///<reference path='./typings/tsd'/>
///<reference path='./typings/main.d.ts'/>
/*

@@ -22,3 +22,3 @@ * gulp-svg2png

var map = require('map-stream');
var PLUGIN_NAME = require('./package.json');
var PLUGIN_NAME = require('./package.json').name;
var Command = (function () {

@@ -96,3 +96,3 @@ function Command(scale, verbose) {

return Command;
})();
}());
module.exports = function (scale, verbose, concurrency) {

@@ -99,0 +99,0 @@ if (scale === void 0) { scale = 1.0; }

@@ -46,4 +46,4 @@ /*

return SVG;
})();
}());
exports.__esModule = true;
exports["default"] = SVG;

@@ -24,4 +24,4 @@ /*

return UUID;
})();
}());
exports.__esModule = true;
exports["default"] = UUID;
{
"name": "gulp-svg2png",
"version": "1.0.0",
"version": "1.0.1",
"description": "A gulp plugin for converting SVGs to PNGs.",

@@ -9,3 +9,3 @@ "author": "André König <andre.koenig@posteo.de>",

"scripts": {
"tsd": "tsd reinstall -so",
"tsd": "typings install -SA",
"compile": "tsc",

@@ -32,6 +32,6 @@ "build": "npm i && npm run tsd && npm run compile",

"dependencies": {
"gulp-util": "^3.0.5",
"gulp-util": "^3.0.7",
"map-stream": "0.0.6",
"map-stream-limit": "^1.1.0",
"svg2png": "^1.1.1"
"svg2png": "^3.0.0"
},

@@ -42,5 +42,5 @@ "devDependencies": {

"mocha": "^2.2.5",
"tsd": "^0.6.5",
"typings": "^0.8.1",
"typescript": "^1.7.3"
}
}
}

@@ -1,2 +0,2 @@

///<reference path='../typings/tsd'/>
///<reference path='../typings/main.d.ts'/>
/*

@@ -72,4 +72,4 @@ * gulp-svg2png

return Helper;
})();
}());
exports.__esModule = true;
exports["default"] = Helper;

@@ -1,2 +0,2 @@

///<reference path='../typings/tsd'/>
///<reference path='../typings/main.d.ts'/>
/*

@@ -3,0 +3,0 @@ * gulp-svg2png

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