Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-svgmin

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svgmin - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

index.js

@@ -5,7 +5,7 @@ /* jshint node:true */

var es = require('event-stream');
var map = require('map-stream');
module.exports = function() {
var svgo = new (require('svgo'))({ plugins: [arguments[0]] });
return es.map(function(file, cb) {
return map(function(file, cb) {
svgo.optimize(String(file.contents), function(result) {

@@ -12,0 +12,0 @@ if (result.error) {

{
"name": "gulp-svgmin",
"version": "0.1.4",
"version": "0.1.5",
"description": "Minify SVG files with gulp.",

@@ -24,4 +24,4 @@ "license": "MIT",

"dependencies": {
"event-stream": "3.0.20",
"svgo": "0.4.2"
"svgo": "0.4.2",
"map-stream": "0.0.4"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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