Socket
Socket
Sign inDemoInstall

broccoli-svg-optimizer

Package Overview
Dependencies
161
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 2.0.0

68

package.json
{
"name": "broccoli-svg-optimizer",
"version": "1.2.0",
"version": "2.0.0",
"description": "Broccoli plugin for optimizing SVG files with SVGO",
"dependencies": {
"broccoli-persistent-filter": "^2.3.1",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"rsvp": "^4.8.5",
"svgo": "1.3.0"
},
"devDependencies": {
"broccoli": "^3.1.2",
"broccoli-fixture": "^1.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"mocha": "^6.2.0",
"husky": "^3.0.1",
"lint-staged": "^9.2.1",
"prettier": "^1.18.2"
},
"scripts": {
"prepublishOnly": "npm test",
"lint": "eslint ./*.js tests",
"nodetest": "mocha tests/*test.js --timeout 8000",
"test": "npm run lint && npm run nodetest"
"nodetest": "mocha tests/*test.js --timeout 1000",
"test": "npm run lint && npm run nodetest",
"update-fixtures": "node ./tests/utils/update-plugin-fixtures.js"
},

@@ -22,2 +44,17 @@ "main": "index.js",

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{json,md}": [
"prettier --write",
"git add"
],
"**/*.{js,ts}": [
"eslint --fix",
"git add"
]
},
"keywords": [

@@ -28,28 +65,5 @@ "broccoli",

],
"dependencies": {
"broccoli-persistent-filter": "^1.2.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.10",
"rsvp": "^4.8.2",
"svgo": "0.6.6"
},
"devDependencies": {
"broccoli": "^1.1.4",
"broccoli-fixture": "^1.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"mocha": "^5.1.1"
},
"engines": {
"node": "6.* || >= 8.*"
},
"greenkeeper": {
"ignore": [
"svgo"
]
"node": "8.* || >= 10.*"
}
}

@@ -5,3 +5,2 @@ # broccoli-svg-optimizer

[![Build status](https://ci.appveyor.com/api/projects/status/26lyufkk6ueam952/branch/master?svg=true)](https://ci.appveyor.com/project/ivanvotti/broccoli-svg-optimizer)
[![Greenkeeper badge](https://badges.greenkeeper.io/ivanvotti/broccoli-svg-optimizer.svg)](https://greenkeeper.io/)

@@ -8,0 +7,0 @@ Broccoli plugin for optimizing SVG files by [SVGO](https://github.com/svg/svgo) with a persistent cache for fast restarts.

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