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

@nuxtjs/sanity

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/sanity - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

vetur/attributes.json

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [0.3.3](https://github.com/nuxt-community/sanity-module/compare/0.3.2...0.3.3) (2020-09-27)
### Features
* add vetur auto-completion for `<SanityImage>` and `<SanityContent>` ([01ddb19](https://github.com/nuxt-community/sanity-module/commit/01ddb1916a43fb58d02164632af693366c941aea))
### [0.3.2](https://github.com/nuxt-community/sanity-module/compare/0.3.1...0.3.2) (2020-08-21)

@@ -2,0 +9,0 @@

49

package.json
{
"name": "@nuxtjs/sanity",
"version": "0.3.2",
"version": "0.3.3",
"description": "Sanity integration for Nuxt.js",

@@ -21,2 +21,3 @@ "keywords": [

"dist",
"vetur",
"templates"

@@ -33,2 +34,7 @@ ],

},
"husky": {
"gitHooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {

@@ -38,27 +44,27 @@ "defu": "^3.1.0"

"devDependencies": {
"@babel/plugin-transform-runtime": "latest",
"@babel/preset-env": "latest",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "latest",
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"@nuxt/typescript-runtime": "latest",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"@nuxtjs/module-test-utils": "2.0.0-2",
"@nuxtjs/tailwindcss": "^3.0.0",
"@release-it/conventional-changelog": "^1.1.4",
"@sanity/client": "^1.149.18",
"@nuxtjs/tailwindcss": "^3.1.0",
"@release-it/conventional-changelog": "^2.0.0",
"@sanity/client": "^1.150.7",
"@types/fs-extra": "^9.0.1",
"@types/jest": "latest",
"@types/webpack-env": "^1.15.2",
"@vue/test-utils": "^1.0.3",
"@types/jest": "^26.0.14",
"@types/webpack-env": "^1.15.3",
"@vue/test-utils": "^1.1.0",
"babel-jest": "26.3.0",
"eslint": "latest",
"jest": "26.4.1",
"eslint": "^7.10.0",
"husky": "^4.3.0",
"jest": "26.4.2",
"jest-serializer-vue-tjw": "^3.14.0",
"lint-staged": "^10.2.11",
"lint-staged": "^10.4.0",
"nuxt-edge": "latest",
"puppeteer": "^5.2.1",
"release-it": "^13.6.6",
"siroc": "latest",
"yorkie": "^2.0.0"
"puppeteer": "^5.3.1",
"release-it": "^14.0.3",
"siroc": "^0.3.1"
},

@@ -72,5 +78,6 @@ "peerDependencies": {

},
"gitHooks": {
"pre-commit": "lint-staged"
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
}
}
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