New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svglint

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svglint - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.github/workflows/release.yml

38

package.json
{
"name": "svglint",
"version": "1.0.5",
"version": "1.0.6",
"description": "Linter for SVGs",

@@ -34,6 +34,40 @@ "main": "src/svglint.js",

"devDependencies": {
"commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^5.14.1",
"expect": "^1.20.2",
"mocha": "^5.2.0"
"mocha": "^8.1.3",
"semantic-release": "^17.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"master"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"release": "patch"
},
{
"type": "chore",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}
}

6

README.md

@@ -5,3 +5,5 @@ # SVGLint

<p align="center"><img src="/example.png" alt="Example of a commandline execution"/></p>
<p align="center">
<img src="https://raw.githubusercontent.com/birjolaxew/svglint/master/example.png" alt="Example of a commandline execution"/>
</p>

@@ -71,5 +73,5 @@ ## Usage

For specifics on how the config for each rule should be formatted, see [their specific rule files](/src/rules/).
For specifics on how the config for each rule should be formatted, see [their specific rule files](https://github.com/birjolaxew/svglint/tree/master/src/rules).
If you are using the JS API, this configuration object is passed as the second parameter.
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