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

nuxt-svg-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-svg-loader - npm Package Compare versions

Comparing version

to
1.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/Developmint/nuxt-svg-loader/compare/v1.0.0...v1.0.1) (2019-01-11)
### Bug Fixes
* re-enable lazy-loading capabilities ([#28](https://github.com/Developmint/nuxt-svg-loader/issues/28)) ([e7928ab](https://github.com/Developmint/nuxt-svg-loader/commit/e7928ab))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # [1.0.0](https://github.com/Developmint/nuxt-svg-loader/compare/v0.1.0...v1.0.0) (2019-01-09)

26

package.json
{
"name": "nuxt-svg-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -25,3 +25,3 @@ "license": "MIT",

"lint": "eslint lib test",
"test": "yarn run lint && jest",
"test": "yarn run lint && jest --detectOpenHandles",
"release": "standard-version && git push --follow-tags && npm publish",

@@ -60,23 +60,23 @@ "commitlint": "commitlint -e $GIT_PARAMS",

"consola": "^2.3.2",
"svg-to-vue-component": "^0.2.6"
"svg-to-vue-component": "^0.3.1"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/cli": "^7.3.1",
"@commitlint/config-conventional": "^7.3.1",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^10.0.1",
"codecov": "^3.1.0",
"eslint": "^5.9.0",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.4",
"get-port": "^4.0.0",
"husky": "^1.2.0",
"eslint-plugin-vue": "^5.1.0",
"get-port": "^4.1.0",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"nuxt-edge": "^2.4.0-25783204.eef2af35",
"jsdom": "^13.1.0",
"nuxt-edge": "^2.4.0-25786640.3ebd6b70",
"standard-version": "^4.4.0"

@@ -83,0 +83,0 @@ },